lego@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21077
User: lego
Date: 2007/03/21 12:59 AM
Log:
Add the sccp tap to the "VoIP Calls" Tap (which by now should be renamed to just "Calls") but that's for later.
Now it does H323, SIP, MGCP, ISUP/BICC, RANAP, BSSAP, H.248 and others...
Directory: /trunk/gtk/
Changes Path Action
+174 -26 voip_calls.c Modified
+8 -1 voip_calls.h Modified
+3 -0 voip_calls_dlg.c Modified
_______________________________________________
Wireshark-commits mailing list
Wireshark-commits@xxxxxxxxxxxxx
http://www.wireshark.org/mailman/listinfo/wireshark-commits
Get some errors now:
voip_calls.c
voip_calls.c(2883) : error C2039: 'assoc' : is not a member of
'_sccp_msg_info_t'
C:\Wireshark\subversion\epan/dissectors/packet-sccp.h(40) : see
declaration of '_sccp_msg_in
fo_t'
voip_calls.c(2901) : error C2039: 'calling_party' : is not a member of
'_sccp_assoc_info_t'
C:\Wireshark\subversion\epan/dissectors/packet-sccp.h(48) : see
declaration of '_sccp_assoc_
info_t'
...
Did you missed to check in all files or something like that?
Regards, ULFL