aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-skinny.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-69/+69
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-08-27Unify my address entryjmayer1-1/+1
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriatejmayer1-543/+543
2011-06-22Fix a checkhf Warningalagoutte1-1/+1
2011-06-22From mtwire via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6041alagoutte1-2/+87
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-2/+1
2011-04-27From Mathieu Parent via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...morriss1-4/+4
2011-04-14From Mathieu Parent:etxrab1-650/+495
2011-04-14From Mathieu Parent:etxrab1-5/+46
2011-03-14Fix for bug 3933:jake1-0/+3
2011-02-15Previously 1 byte TCP payload to port 2000 got interpreted as malformed Skinnyjmayer1-0/+4
2011-02-14From Ania:jake1-47/+117
2011-02-14Make sure RTP conversations are created.jake1-2/+2
2010-12-20From Mathieu Parent:jake1-15/+48
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-11-03Use value_string_ext fcns to access certain value_string arrays;wmeier1-40/+62
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-2/+2
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