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