diff options
author | Anders Broman <anders.broman@ericsson.com> | 2012-10-22 14:46:52 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2012-10-22 14:46:52 +0000 |
commit | 52724813a6d19ffd2b812c6244a783db2904e4a4 (patch) | |
tree | cc7154079ec132bdb4a2dd7b335371a6a04400a3 /epan/ipproto.h | |
parent | c0d20887f01e809b78fb4f8ef8bf8239578c8b61 (diff) | |
download | wireshark-52724813a6d19ffd2b812c6244a783db2904e4a4.tar.gz wireshark-52724813a6d19ffd2b812c6244a783db2904e4a4.tar.bz2 wireshark-52724813a6d19ffd2b812c6244a783db2904e4a4.zip |
Add a link to IANA.
svn path=/trunk/; revision=45712
Diffstat (limited to 'epan/ipproto.h')
-rw-r--r-- | epan/ipproto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/ipproto.h b/epan/ipproto.h index 8d32cb3a53..2447383fc0 100644 --- a/epan/ipproto.h +++ b/epan/ipproto.h @@ -28,6 +28,7 @@ /* * IP protocol numbers. + * http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml */ #define IP_PROTO_IP 0 /* dummy for IP */ #define IP_PROTO_HOPOPTS 0 /* IP6 hop-by-hop options - RFC1883 */ |