Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 2466] Add XTP(Xpress Transport Protocol) dissector

Date: Wed, 16 Apr 2008 06:01:57 -0700 (PDT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2466





--- Comment #7 from Stig Bjørlykke <stig@xxxxxxxxxxxxx>  2008-04-16 06:01:51 GMT ---
This is the list of warnings from building on OSX:

cc1: warnings being treated as errors
packet-xtp.c: In function 'dissect_xtp_aseg':
packet-xtp.c:215: warning: unused variable 'tformat'
packet-xtp.c:209: warning: unused parameter 'pinfo'
packet-xtp.c:210: warning: unused parameter 'xtph'
packet-xtp.c: In function 'dissect_xtp_traffic_cntl':
packet-xtp.c:353: warning: unused parameter 'xtph'
packet-xtp.c: In function 'dissect_xtp_tspec':
packet-xtp.c:438: warning: unused variable 'tformat'
packet-xtp.c:432: warning: unused parameter 'pinfo'
packet-xtp.c:433: warning: unused parameter 'xtph'
packet-xtp.c: In function 'dissect_xtp_data':
packet-xtp.c:588: warning: statement with no effect
packet-xtp.c:576: warning: unused parameter 'pinfo'
packet-xtp.c: In function 'dissect_xtp_cntl':
packet-xtp.c:604: warning: unused parameter 'xtph'
packet-xtp.c: In function 'dissect_xtp_first':
packet-xtp.c:667: warning: unused variable 'len'
packet-xtp.c: In function 'dissect_xtp_ecntl':
packet-xtp.c:732: warning: comparison between signed and unsigned
packet-xtp.c:770: warning: comparison between signed and unsigned
packet-xtp.c:680: warning: unused parameter 'xtph'
packet-xtp.c: In function 'dissect_xtp_tcntl':
packet-xtp.c:787: warning: unused variable 'len'
packet-xtp.c: In function 'dissect_xtp_jcntl':
packet-xtp.c:801: warning: unused variable 'len'
packet-xtp.c: In function 'dissect_xtp_diag':
packet-xtp.c:817: warning: unused parameter 'pinfo'
packet-xtp.c:818: warning: unused parameter 'xtph'
packet-xtp.c: In function 'dissect_xtp':
packet-xtp.c:930: warning: suggest parentheses around + or - inside shift
packet-xtp.c:1088: warning: label 'defalt' defined but not used
packet-xtp.c:882: warning: unused variable 'cksum'
packet-xtp.c: In function 'proto_register_xtp':
packet-xtp.c:1101: warning: unused variable 'xtp_module'


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.