support H.248 BER over SCTP PPID 7

svn path=/trunk/; revision=13213
This commit is contained in:
Ronnie Sahlberg 2005-01-31 03:31:13 +00:00
parent 467ece8920
commit 262d2b36c8
2 changed files with 195 additions and 191 deletions

View File

@ -38,6 +38,7 @@
#include "packet-h248.h"
#include "packet-isup.h"
#include "packet-q931.h"
#include "sctpppids.h"
#define PNAME "H.248 MEGACO"
#define PSNAME "H248"
@ -562,5 +563,6 @@ void proto_reg_handoff_h248(void) {
h248_handle = find_dissector("h248");
dissector_add("m3ua.protocol_data_si", GATEWAY_CONTROL_PROTOCOL_USER_ID, h248_handle);
dissector_add("sctp.ppi", H248_PAYLOAD_PROTOCOL_ID, h248_handle);
}

File diff suppressed because it is too large Load Diff