diff options
author | Michael Tüxen <tuexen@fh-muenster.de> | 2003-01-20 22:46:27 +0000 |
---|---|---|
committer | Michael Tüxen <tuexen@fh-muenster.de> | 2003-01-20 22:46:27 +0000 |
commit | 91767f9d295f65402ebe67e478dff04642d28902 (patch) | |
tree | 2af891cacca3973b6f791d9cecd7ca9739ff5b81 /packet-sctp.c | |
parent | b8abe75f60c074c41b06ba07422edffbad8f1b71 (diff) | |
download | wireshark-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.c | 3 |
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 */ |