aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-12-11- Make local functions static.Anders Broman23-10/+69
2013-12-11From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9550 :Pascal Quantin1-14/+21
2013-12-11Remove _U_ from dissect_openwire_tcp()'s data parameter; technically it is us...Chris Maynard1-1/+1
2013-12-11Fix (-W)unused-const-variable error found by ClangAlexis La Goutte1-2/+2
2013-12-11Fix an out of bounds access found by ASAN and reported by Alexis:Pascal Quantin1-1/+1
2013-12-11Remove an unused variableMartin Mathieson1-2/+0
2013-12-11Convert to new-style dissector, change crcStatusValid to a gboolean, and rewo...Martin Mathieson2-111/+141
2013-12-11#if 0 unused function.Anders Broman1-2/+2
2013-12-11- Forward declaration of register functions.Anders Broman14-14/+28
2013-12-10Pass the correct uuid when recursing (the other one is a temporary var that mayEvan Huus1-1/+1
2013-12-10use large positve values for illegal DVB-SI string encodingsMartin Kaiser3-11/+12
2013-12-10use the new SI string routines in DVB-CIMartin Kaiser1-126/+66
2013-12-10Reject the packet if data is NULL.Chris Maynard1-5/+10
2013-12-10Where appropriate, reject the packet entirely or at least protect against dat...Chris Maynard1-4/+13
2013-12-10Reject packets if data (and usb_trans_info) are NULL. Also, new-syle dissect...Chris Maynard3-22/+38
2013-12-10Trival: spaces -> tab.Chris Maynard1-1/+1
2013-12-10Add a missing semicolon.Gerald Combs1-1/+1
2013-12-10- Forward declaration of register functions.Anders Broman58-7/+162
2013-12-10Remove _U_ from dissect_usb_com_bulk()'s data parameter; it is used.Chris Maynard1-1/+1
2013-12-10Reject the packet if data is NULL.Chris Maynard3-10/+25
2013-12-10Remove config.h includes from proto.h and tap.h.Gerald Combs2-10/+6
2013-12-10- Forward declaration of register functions.Anders Broman23-4/+60
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs7-259/+73
2013-12-10Fix epan building with undefined HAVE_PLUGINSJakub Zawadzki3-0/+10
2013-12-10- Forward declaration of register functions.Anders Broman18-40/+92
2013-12-10Add uat preferences to SCTP (QT only).Irene Rüngeler1-1/+98
2013-12-10Use PT_TXTMOD_NONE for columns that should not be editable.Irene Rüngeler2-0/+4
2013-12-10In dissect_ldss_transfer(), reject the packet if data is NULL. Fix some typos.Chris Maynard1-7/+10
2013-12-10comment out unused functionsMartin Kaiser1-2/+4
2013-12-10- Forward declaration of register functions.Anders Broman13-29/+63
2013-12-10Remove _U_ from dissect_wol's and dissect_wolheur's data argument; they both ...Chris Maynard1-2/+2
2013-12-10Reject the packet if data is NULL.Chris Maynard5-5/+30
2013-12-10Reject the packet if data is NULL.Chris Maynard2-4/+13
2013-12-10Remove _U_ from dissect_carp's data argument; it's passed to test_carp_packet...Chris Maynard1-1/+1
2013-12-09Reject the packet if data is NULL. For now, leave the DISSECTOR_ASSERT(rose_...Chris Maynard1-3/+6
2013-12-09Reject the packet if data is NULL without doing anything else.Chris Maynard11-95/+80
2013-12-09Minor whitespace changes and to keep the GNU-syle indentation scheme consistent.Chris Maynard1-26/+24
2013-12-09Reject the packet if data is NULL.Chris Maynard7-23/+102
2013-12-09ignore empty textsMartin Kaiser1-5/+8
2013-12-09use the DVB-SI string hadling for the short event descriptorMartin Kaiser1-3/+14
2013-12-09add editor modelinesMartin Kaiser1-0/+13
2013-12-09Reject the packet if data is NULL.Chris Maynard2-2/+13
2013-12-09TABs -> spacesMartin Kaiser1-52/+65
2013-12-09From packet-ua, pass a pointer to direction rather than direction itself. In...Chris Maynard2-5/+10
2013-12-09From JakubMartin Kaiser2-0/+255
2013-12-09Fix warningsJakub Zawadzki6-12/+5
2013-12-09fix compilation without GNUTLS and libgcryptMartin Kaiser1-32/+42
2013-12-09Reject the packet if data is NULL.Chris Maynard1-1/+6
2013-12-09Reject the packet if data is NULL.Chris Maynard1-1/+6
2013-12-09Add TLV 16 (Interface name)Jörg Mayer1-1/+7