aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sctp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-15 01:20:32 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-15 01:20:32 +0000
commit35f90928de72b1c5d74aa82c8b2e9e7ecd587e95 (patch)
tree79f53a6340ca0e0cc9d926ae61f8f4a49c6314c8 /packet-sctp.c
parent2f301cdc6d197038cbb0826d3e71deafc1ae8912 (diff)
Don't have two entries for the official ASAP PPID, have one for it and
one for the old one. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6929 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-sctp.c')
-rw-r--r--packet-sctp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-sctp.c b/packet-sctp.c
index 0d4a91028e..4a2f0efa40 100644
--- a/packet-sctp.c
+++ b/packet-sctp.c
@@ -11,7 +11,7 @@
* - support for reassembly
* - code cleanup
*
- * $Id: packet-sctp.c,v 1.48 2003/01/14 23:53:33 guy Exp $
+ * $Id: packet-sctp.c,v 1.49 2003/01/15 01:20:32 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -318,7 +318,7 @@ static const value_string sctp_payload_proto_id_values[] = {
{ ASAP_PAYLOAD_PROTOCOL_ID, "ASAP" },
{ ENRP_PAYLOAD_PROTOCOL_ID, "ENRP" },
{ H323_PAYLOAD_PROTOCOL_ID, "H.323" },
- { ASAP_PAYLOAD_PROTOCOL_ID, "ASAP" },
+ { ASAP_OLD_PAYLOAD_PROTOCOL_ID, "ASAP (old)" },
{ 0, NULL } };
/* The structure of the common header is described by the following constants */