aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-12Reject the packet if data is NULL. For now, leave the DISSECTOR_ASSERT's sin...Chris Maynard5-57/+110
2013-12-12Reject the packet if data is NULL. Remove _U_ where data is actually used. ...Chris Maynard5-45/+86
2013-12-12- Forward declaration of register functions.Anders Broman18-0/+50
2013-12-12Try to fix "initializer element is not computable at load time"Anders Broman3-33/+91
2013-12-12Remove some TODOs that have now been addressedMartin Mathieson1-3/+0
2013-12-12Missing from last commit - copy hfn into stored result for PDUMartin Mathieson1-0/+1
2013-12-12Show other security inputs (apart from keys)Martin Mathieson1-12/+89
2013-12-12- Make local functions static.Anders Broman32-5/+87
2013-12-12Fix the path to dumpcap.Gerald Combs1-1/+1
2013-12-12Remove the checks for ../../lib. If it still exists it likely means thatGerald Combs1-10/+1
2013-12-12Update library searches to reflect r53780.Gerald Combs1-1/+10
2013-12-11Reject the packet if data is NULL.Chris Maynard1-0/+8
2013-12-11Reject the packet if data is NULL. Leave the DISSECTOR_ASSERT(actx != NULL) ...Chris Maynard1-1/+6
2013-12-11Be more consistent with the name "Wireshark" and its two UIGerald Combs1-13/+42
2013-12-11Fix Jörg Mayer1-4/+0
2013-12-11Fix buildbot:Jakub Zawadzki1-5/+9
2013-12-11Trivial: tabs -> spaces.Chris Maynard1-1/+1
2013-12-11New-style dissectors return the number of bytes dissected, not TRUE/FALSE.Chris Maynard1-6/+6
2013-12-11fix buildbot:Jakub Zawadzki1-1/+1
2013-12-11Reject the packet if data is NULL.Chris Maynard1-1/+7
2013-12-11Be sure tcpinfo is not NULL before dereferencing it.Chris Maynard1-2/+2
2013-12-11Revert part of r53874Jakub Zawadzki1-1/+2
2013-12-11Add new & update netlink dissectors.Jakub Zawadzki7-87/+904
2013-12-11- Make local functions static.Anders Broman17-6/+47
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-11Improve tshark command-line error help. Fixes https://bugs.wireshark.org/bug...Chris Maynard2-37/+64
2013-12-11Trivial: Fix typo.Chris Maynard1-1/+1
2013-12-11Update .gitignoreAlexis La Goutte1-3/+2
2013-12-11Fix (-W)unused-const-variable error found by ClangAlexis La Goutte2-4/+4
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-10From Deon van der Westhuysen via bug 9537:Gerald Combs1-3/+10
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