aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-skinny.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-22Fix Bug 642, use col_set_fence() not to owerwrite column info if several Skin...Anders Broman1-1/+2
2005-12-11Start the function name on a new line to make it easier to searchJörg Mayer1-2/+4
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-2/+2
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-4/+2
2005-03-27make skinny compile againRonnie Sahlberg1-1/+1
2005-03-27Previous commit failed doing them one by one.Anders Broman1-2/+2
2005-03-10From Alejandro Vaquero:Luis Ontanon1-2/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-18Use FALSE as the byte order argument to "proto_tree_add_item()" whenGuy Harris1-13/+13
2004-08-30Pass an "address *" to "rtp_add_address()" and "rtcp_add_address()", soGuy Harris1-49/+59
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+4402