Don't have two entries for the official ASAP PPID, have one for it and
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 15 Jan 2003 01:20:32 +0000 (01:20 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 15 Jan 2003 01:20:32 +0000 (01:20 +0000)
one for the old one.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6929 f5534014-38df-0310-8fa8-9805f1628bb7

packet-sctp.c

index 0d4a91028e01886c6dd4f809d9b86cbe6e09086f..4a2f0efa40bc88ac517ef008c2e359884b30c288 100644 (file)
@@ -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 */