diff options
author | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2010-02-20 08:45:56 +0100 |
---|---|---|
committer | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2010-02-20 08:45:56 +0100 |
commit | 08696c5fabdec8ae2b6a1a9444180fc3d874199f (patch) | |
tree | 52b72dc11cabf606979ae104755b1734ad3c8459 /ipproto.c | |
parent | 16c6af16deedfe470548e1dcc640b308ca8a576d (diff) | |
download | tcpdump-08696c5fabdec8ae2b6a1a9444180fc3d874199f.tar.gz |
ipproto.h/c: mark several structs as const
Diffstat (limited to 'ipproto.c')
-rwxr-xr-x | ipproto.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ static const char rcsid[] _U_ = #include "interface.h" #include "ipproto.h" -struct tok ipproto_values[] = { +const struct tok ipproto_values[] = { { IPPROTO_HOPOPTS, "Options" }, { IPPROTO_ICMP, "ICMP" }, { IPPROTO_IGMP, "IGMP" }, |