aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sctp.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2003-01-20 22:46:27 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2003-01-20 22:46:27 +0000
commit91767f9d295f65402ebe67e478dff04642d28902 (patch)
tree2af891cacca3973b6f791d9cecd7ca9739ff5b81 /packet-sctp.c
parentb8abe75f60c074c41b06ba07422edffbad8f1b71 (diff)
downloadwireshark-91767f9d295f65402ebe67e478dff04642d28902.tar.gz
wireshark-91767f9d295f65402ebe67e478dff04642d28902.tar.bz2
wireshark-91767f9d295f65402ebe67e478dff04642d28902.zip
Get rid of old ASAP PPID.
svn path=/trunk/; revision=6948
Diffstat (limited to 'packet-sctp.c')
-rw-r--r--packet-sctp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-sctp.c b/packet-sctp.c
index 4a2f0efa40..c164275356 100644
--- a/packet-sctp.c
+++ b/packet-sctp.c
@@ -11,7 +11,7 @@
* - support for reassembly
* - code cleanup
*
- * $Id: packet-sctp.c,v 1.49 2003/01/15 01:20:32 guy Exp $
+ * $Id: packet-sctp.c,v 1.50 2003/01/20 22:46:27 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -318,7 +318,6 @@ 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_OLD_PAYLOAD_PROTOCOL_ID, "ASAP (old)" },
{ 0, NULL } };
/* The structure of the common header is described by the following constants */