aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sctp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-15 01:20:32 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-15 01:20:32 +0000
commitcdbf86b42accb6116a70818f3c6cea1ace040852 (patch)
tree79f53a6340ca0e0cc9d926ae61f8f4a49c6314c8 /packet-sctp.c
parentf52d31f3ab3d0aec1fcf711007e9bf653bb192c2 (diff)
Don't have two entries for the official ASAP PPID, have one for it and
one for the old one. svn path=/trunk/; revision=6929
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 */