aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sccp.c
AgeCommit message (Collapse)AuthorFilesLines
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. svn path=/trunk/; revision=5932
2002-04-13Add an ett_ variable to the "ett[]" array; it was missing.Guy Harris1-2/+3
svn path=/trunk/; revision=5154
2002-04-02From Jeff Morriss: get rid of an unused function argument.Guy Harris1-8/+6
Use -1 rather than "tvb_length(tvb)" as the length for the top-level protocol item. Don't initialize "sccp_item" - it's not used if "tree" is null. svn path=/trunk/; revision=5089
2002-03-06Remove incorrect usage of ?: expression in favor or the correct,Gilbert Ramirez1-3/+13
and more readable, "if" statement. svn path=/trunk/; revision=4890
2002-03-05From Michael Tuexen: SCCP-atop-M3UA support.Guy Harris1-1/+2
svn path=/trunk/; revision=4867
2002-03-04SCCP support, from Jeff Morriss.Guy Harris1-0/+2205
svn path=/trunk/; revision=4866