aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-skinny.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-11- Make local functions static.Anders Broman1-0/+3
2013-11-12Add "rtp handle protection" inside srtp_add_address/rtp_add_address/bluetooth...Michael Mann1-43/+39
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-4/+5
2013-10-15Fix Coverity CID 1106801: Missing break in switch.Chris Maynard1-0/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-4/+4
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-7/+3
2013-05-04Yet another protocol update viaJörg Mayer1-109/+341
2013-05-01Diederik de Groot <dkgroot@talon.nl>Jörg Mayer1-139/+222
2013-04-30Diederik de Groot <dkgroot@talon.nl>Jörg Mayer1-60/+369
2013-03-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2012-09-25replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-16/+64
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-17General Cleanup including:Bill Meier1-876/+880
2011-12-21From jingzhang via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6590Alexis La Goutte1-8/+45
2011-12-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-69/+69
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-08-27Unify my address entryJörg Mayer1-1/+1
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer1-543/+543
2011-06-22Fix a checkhf WarningAlexis La Goutte1-1/+1
2011-06-22From mtwire via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6041Alexis La Goutte1-2/+87
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+1
2011-04-27From Mathieu Parent via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-4/+4
2011-04-14From Mathieu Parent:Anders Broman1-650/+495
2011-04-14From Mathieu Parent:Anders Broman1-5/+46
2011-03-14Fix for bug 3933:Jaap Keuter1-0/+3
2011-02-15Previously 1 byte TCP payload to port 2000 got interpreted as malformed SkinnyJörg Mayer1-0/+4
2011-02-14From Ania:Jaap Keuter1-47/+117
2011-02-14Make sure RTP conversations are created.Jaap Keuter1-2/+2
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