Get rid of old ASAP PPID.

svn path=/trunk/; revision=6948
This commit is contained in:
Michael Tüxen 2003-01-20 22:46:27 +00:00
parent b8abe75f60
commit 91767f9d29
2 changed files with 2 additions and 9 deletions

View File

@ -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 */

View File

@ -1,7 +1,7 @@
/* sctpppids.h
* Declarations of SCTP payload protocol IDs.
*
* $Id: sctpppids.h,v 1.1 2003/01/14 23:53:33 guy Exp $
* $Id: sctpppids.h,v 1.2 2003/01/20 22:44:58 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -44,10 +44,4 @@
#define H323_PAYLOAD_PROTOCOL_ID 13
#define M2TP_PAYLOAD_PROTOCOL_ID 99 /* s-link */
/*
* XXX - this came from "packet-asap.c"; is this some PPID value used
* before 11 was assigned?
*/
#define ASAP_OLD_PAYLOAD_PROTOCOL_ID 0xFAEEB5D1
#endif /* sctpppids.h */