aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bctp.c
AgeCommit message (Collapse)AuthorFilesLines
2007-03-09GCC warning fixesJörg Mayer1-1/+2
epan/dissectors/ packet-bctp.c: no newline at end of file packet-epl.c: C++ style comments are not allowed in ISO C90 packet-sccp.c: missing initializer packet-sccp.h: comma at end of enumerator list packet-sctp.c: suggest parentheses around assignment used as truth value packet-vnc.c: control reaches end of non-void function pointer targets in passing argument 1 of 'g_strtod' differ in signedness pointer targets in passing argument 3 of 'vnc_client_to_server' differ in signedness gtk/ main.c: C++ style comments are not allowed in ISO C90 u3.h: function declaration isn't a prototype Other (trivial) stuff packet-sccp.h: Add svn properties svn path=/trunk/; revision=21011
2007-03-01Those two spaces before sdp were bctp (Q.1990), a protocol conveniently ↵Luis Ontanon1-0/+120
encoded to be two spaces in case of IPBCP (SDP+extras). There's probably something similar in packet-isup.c svn path=/trunk/; revision=20952