aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-skinny.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-06From Mathieu Parent:jake1-14/+79
2010-04-06#include <string.h> not needed.wmeier1-2/+0
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-6/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-25/+25
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp sta...etxrab1-2/+3
2009-01-30From Carlos Mendioroz:jake1-75/+184
2009-01-18Fix for bug 3192:jake1-4/+4
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-8/+8
2008-09-26Minor cleanups related to proto_reg_handoffwmeier1-2/+0
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-1/+1
2007-04-05Fix for bug 1523. Offset handling was off in DialedNumberMessage presentation.jake1-2/+2
2006-11-26If we found that the packet does not belong to Skinny (new style dissector), ...morriss1-1/+0
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-07-22from Jeff Morrisssahlberg1-5/+5
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2005-12-22Fix Bug 642, use col_set_fence() not to owerwrite column info if several Skin...etxrab1-1/+2
2005-12-11Start the function name on a new line to make it easier to searchjmayer1-2/+4
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-2/+2
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-4/+2
2005-03-27make skinny compile againsahlberg1-1/+1
2005-03-27Previous commit failed doing them one by one.etxrab1-2/+2
2005-03-10From Alejandro Vaquero:lego1-2/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-18Use FALSE as the byte order argument to "proto_tree_add_item()" whenguy1-13/+13
2004-08-30Pass an "address *" to "rtp_add_address()" and "rtcp_add_address()", soguy1-49/+59
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+4402