aboutsummaryrefslogtreecommitdiffstats
path: root/epan
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-12Create/use a number of extended value-strings;Bill Meier12-1418/+1651
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 Maynard3-33/+68
2013-12-12Reject the packet if data is NULL. Remove _U_ where data is actually used. ...Chris Maynard3-27/+54
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-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-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-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-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