diff options
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 */ |