diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2017-08-27 21:11:43 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2017-08-27 21:11:43 +0100 |
commit | 2f7c41dda8e0829007146923fc0722032146fbe9 (patch) | |
tree | 0ba472acda36638f90079de151d20f1461d2cf9f /ipproto.c | |
parent | b3fb6a6c61e25ef8be56a2f1da7790a4e5ccd20b (diff) | |
download | tcpdump-2f7c41dda8e0829007146923fc0722032146fbe9.tar.gz |
Fixup the previous commit.
Diffstat (limited to 'ipproto.c')
-rw-r--r-- | ipproto.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -343,6 +343,7 @@ static const char *netdb_protocol_names[256] = { NULL, /* 249 (unassigned) */ NULL, /* 250 (unassigned) */ NULL, /* 251 (unassigned) */ + NULL, /* 252 (unassigned) */ "exptest-253", /* 253 (Use for experimentation and testing, * RFC 3692) */ |