aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-12-13Fix packet-lapd.c:186: warning: comparison between signed and unsigned. Chris Maynard1-1/+1
2013-12-13Fix 4 instances of Visual Studio Code Analysis warnings C6001: Using uninitia...Chris Maynard1-4/+4
2013-12-13Let's see if this fixes VS Code Analysis warnings:Bill Meier1-3/+3
2013-12-13Fix Visual Studio Code Analysis warning C6204: Possible buffer overrun in cal...Chris Maynard1-2/+2
2013-12-13Try to appease Visual Studio Code Analysis to avoid a false warning (as far a...Chris Maynard1-4/+3
2013-12-13Fix Visual Studio Code Analysis warning C6001: Using uninitialized memory 'ob...Chris Maynard1-1/+1
2013-12-13netlink: update Jakub Zawadzki5-9/+225
2013-12-13Do one or more of the following:Bill Meier19-11342/+13269
2013-12-13Trivial: Spaces -> tabsChris Maynard1-11/+8
2013-12-13Trivial: Spaces -> tabsChris Maynard1-6/+6
2013-12-12In one or more of the files:Bill Meier8-1423/+1426
2013-12-12From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9554 :Pascal Quantin3-76/+77
2013-12-12The dissector table has never been used, and the name of the dissectorGuy Harris1-5/+0
2013-12-12Get rid of a dissector table that has never been used.Guy Harris1-21/+0
2013-12-12Create/use two extended value-strings;Bill Meier1-198/+602
2013-12-12DHCPv6: update list of message types and options (from IANA)Jakub Zawadzki1-0/+72
2013-12-12Reformat some hf[] entries;Bill Meier1-2170/+2987
2013-12-12Create/use an extended value-string;Bill Meier1-1353/+1409
2013-12-12In r12060, use of the "aim.family" subdissector table was eliminated, inGuy Harris1-5/+0
2013-12-12Reformat hf[] entries;Bill Meier1-151/+220
2013-12-12Remove 'if (tree)' around (indirect) calls to expert functions;Bill Meier1-231/+256
2013-12-12Remove two text arrays (flagged with _U_);Bill Meier1-422/+423
2013-12-12(Trivial):Bill Meier1-61/+63
2013-12-12Fix Visual Studio Code Analysis warning C6385: Invalid data: accessing 'tag_t...Chris Maynard1-1/+1
2013-12-12Use a consistent indentation: 4 spaces;Bill Meier1-1841/+1841
2013-12-12(Trivial)Bill Meier1-45/+41
2013-12-12Fix Visual Studio Code Analysis warning C6287: Redundant code: the left and r...Chris Maynard1-1/+1
2013-12-12(Trivial);Bill Meier1-13/+14
2013-12-12(Trivial)Bill Meier1-5/+5
2013-12-12(Trivial)Bill Meier14-4279/+4279
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