aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-skinny.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20From Mathieu Parent:Jaap Keuter1-15/+48
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-03Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-40/+62
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-2/+2
2010-05-06From Mathieu Parent:Jaap Keuter1-14/+79
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-25/+25
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp sta...Anders Broman1-2/+3
2009-01-30From Carlos Mendioroz:Jaap Keuter1-75/+184
2009-01-18Fix for bug 3192:Jaap Keuter1-4/+4
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-8/+8
2008-09-26Minor cleanups related to proto_reg_handoffBill Meier1-2/+0
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-1/+1
2007-04-05Fix for bug 1523. Offset handling was off in DialedNumberMessage presentation.Jaap Keuter1-2/+2
2006-11-26If we found that the packet does not belong to Skinny (new style dissector), ...Jeff Morriss1-1/+0
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-07-22from Jeff MorrissRonnie Sahlberg1-5/+5
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
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