aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-12remove unused dissector tablesMartin Kaiser3-13/+0
2013-12-12correct the function names in order to fix compile errorsMartin Kaiser2-4/+4
2013-12-12Trivial: Spaces -> tabs.Chris Maynard1-38/+38
2013-12-12Move proto_reg_handoff...() to the file end as per convevntion;Bill Meier1-216/+255
2013-12-12Fix Coverity CID 1135557: Structurally dead code, by moving the break stateme...Chris Maynard1-4/+4
2013-12-12Try to fix "initializer element is not computable at load time"Anders Broman1-21/+82
2013-12-12- Forward declaration of register functions.Anders Broman38-1/+136
2013-12-12Move proto_reg_handoff...() to file end as per convention;Bill Meier4-1375/+1679
2013-12-12Reject the packet if info is NULL under conditions where it'll be used.Chris Maynard1-0/+4
2013-12-12Create/use a number of extended value-strings;Bill Meier14-1547/+1796
2013-12-12Trivial: Tab -> spaces.Chris Maynard1-2/+2
2013-12-12Reject the packet if data is NULL under conditions where it'll be used.Chris Maynard1-0/+4
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