aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-10use large positve values for illegal DVB-SI string encodingsMartin Kaiser3-11/+12
2013-12-10Trivial: The file name is prefs_capture.c, not capture_prefs.cChris Maynard1-1/+1
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-10QComboBox::setCurrentText() exits in Qt3 and Qt5 but not Qt4.Gerald Combs1-3/+3
2013-12-10Add a missing semicolon.Gerald Combs1-1/+1
2013-12-10- Forward declaration of register functions.Anders Broman58-7/+162
2013-12-10Fix prototypes.Gerald Combs2-4/+4
2013-12-10Remove _U_ from dissect_usb_com_bulk()'s data parameter; it is used.Chris Maynard1-1/+1
2013-12-10Add "Decode As" to the packet list and protocol tree context menus.Gerald Combs7-12/+24
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-10Fix compilation on Windows.Gerald Combs2-4/+9
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 Combs19-352/+954
2013-12-10Fix epan building with undefined HAVE_PLUGINSJakub Zawadzki3-0/+10
2013-12-10- Forward declaration of register functions.Anders Broman20-77/+133
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üngeler4-1/+13
2013-12-10In dissect_ldss_transfer(), reject the packet if data is NULL. Fix some typos.Chris Maynard1-7/+10
2013-12-10Do not show uat preferences if not registered for the gui.Irene Rüngeler2-6/+9
2013-12-10Removed debug output.Stig Bjørlykke1-1/+0
2013-12-10comment out unused functionsMartin Kaiser2-2/+6
2013-12-10- Forward declaration of register functions.Anders Broman19-32/+79
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 Maynard2-9/+15
2013-12-09Reject the packet if data is NULL without doing anything else.Chris Maynard17-159/+109
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 Zawadzki29-37/+30
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
2013-12-09Add a function and an enum to register an uat preference for QT only.Irene Rüngeler3-0/+35
2013-12-09Use an item for USSD textPascal Quantin1-4/+12
2013-12-09Fix clang warning.Irene Rüngeler1-18/+11