diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2008-04-19 09:19:32 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2008-04-19 09:19:32 +0000 |
commit | 2f8d9b3542eb8321fd9320c7495b781951030f8a (patch) | |
tree | de976398845b4a64b4ee4a17725a933b0f03cda4 /epan/ipproto.h | |
parent | ddbf7eb24224d8613caf458f0b87ab26a1c5a0bd (diff) | |
download | wireshark-2f8d9b3542eb8321fd9320c7495b781951030f8a.tar.gz wireshark-2f8d9b3542eb8321fd9320c7495b781951030f8a.tar.bz2 wireshark-2f8d9b3542eb8321fd9320c7495b781951030f8a.zip |
From Shigeo Nakamura (bug 2466):
Added a dissector of XTP version 4.0.
svn path=/trunk/; revision=25116
Diffstat (limited to 'epan/ipproto.h')
-rw-r--r-- | epan/ipproto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ipproto.h b/epan/ipproto.h index af360e5463..886b2aa8a2 100644 --- a/epan/ipproto.h +++ b/epan/ipproto.h @@ -69,7 +69,7 @@ #define IP_PROTO_DCCP 33 /* Datagram Congestion Control Protocol */ #define IP_PROTO_3PC 34 /* Third party connect protocol */ #define IP_PROTO_IDPR 35 /* Interdomain policy routing protocol */ -#define IP_PROTO_XTP 36 /* XTP */ +#define IP_PROTO_XTP 36 /* Xpress Transport Protocol */ #define IP_PROTO_DDP 37 /* Datagram Delivery Protocol */ #define IP_PROTO_CMTP 38 /* Control Message Transport Protocol */ #define IP_PROTO_TPPP 39 /* TP++ Transport Protocol */ |