aboutsummaryrefslogtreecommitdiffstats
path: root/packet-skinny.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-20Remove unused variables, make count unsigned to avoid s/u warningJörg Mayer1-5/+2
2004-02-20Change //-comments into /* commentsJörg Mayer1-7/+7
2004-02-20From Rowan McFarlane: Update Skinny to support Cisco CallManager 4.x,Gerald Combs1-44/+1881
2002-09-21From Paul Erkilla:Gerald Combs1-3/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-164/+164
2002-05-30From Albert Chin: fix various non-GCC compiler warnings.Guy Harris1-2/+2
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris1-102/+21
2002-03-27Updates from Paul Erkkila.Guy Harris1-101/+101
2002-03-21Improve the media payload type names some more, and add some new ones IGuy Harris1-8/+12
2002-03-21Use somewhat nicer names for the media payload types.Guy Harris1-20/+20
2002-03-20Updates from Paul Erkkila.Guy Harris1-6/+12
2002-03-20Updates from Paul E. Erkkila.Guy Harris1-398/+974
2002-03-19Updates from Paul E. Erkkila.Guy Harris1-175/+1241
2002-03-19Put in desegmentation support.Guy Harris1-494/+513
2002-03-18Skinny Client Control Protocol enhancements, from Paul E. Erkkila.Guy Harris1-76/+742
2002-01-21Convert some "col_add_str()" calls to "col_set_str()".Guy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-11-25Switched from calling dissect_data to using call_dissectorEd Warnicke1-2/+5
2001-10-20If we decide that a packet to or from port 2000 isn't really a SkinnyGuy Harris1-1/+2
2001-10-11For the SCCP message ID field, use the formerly commented-out versionGuy Harris1-3/+2
2001-10-11Get rid of C++ comment.Guy Harris1-2/+2
2001-10-11Initial Skinny Client Control Protocol support, from Joerg Mayer.Guy Harris1-0/+293