http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21076
User: lego
Date: 2007/03/21 12:48 AM
Log:
packet_info.c and packet.c
add sccp_info to struct _packet_info (Sorry but the way private_data works and the fact that TCAP uses it and BSSAP/RANAP can be tunnelled on GSMMAP over TCAP makes it impossible to avoid)
SCCP
- Have SCCP to have a TAP,
- Fix associations so that every message belongs to the association.
- Export message type values so that they can be used by a tap listener
RANAP
- Have RANAP information attached to the sccp_info
BSSAP + GSM_A
- Have DTAP, BSSMAP and BSSAP info attached to the sccp_info
Directory: /trunk/epan/dissectors/
Changes Path Action
+8 -0 packet-bssap.c Modified
+61 -5 packet-gsm_a.c Modified
+24 -6 packet-ranap.c Modified
+1 -1 packet-ranap.h Modified
+230 -265 packet-sccp.c Modified
+40 -13 packet-sccp.h Modified
Directory: /trunk/epan/
Changes Path Action
+1 -0 libwireshark.def Modified
+4 -3 packet.c Modified
+1 -0 packet_info.h Modified
Directory: /trunk/epan/wslua/
Changes Path Action
+1 -1 Makefile.am Modified
+3 -2 wslua_dumper.c Modified