(Trivial) remove some trailing whitespace.
[metze/wireshark/wip.git] / epan /
2013-12-13 alagoutteFrom Peter Lemenkov via https://bugs.wireshark.org...
2013-12-13 alagoutteFrom Hauke Mehrtens via https://bugs.wireshark.org...
2013-12-13 alagoutteFrom Peter Wu
2013-12-13 ruengelerAdd dialogs and graphs to analyse SCTP behavior similar...
2013-12-13 etxrabFix [-Wmissing-prototypes]
2013-12-13 wmeier(Try to) fix VS Clang Analysis warning:
2013-12-13 cmaynardFix packet-lapd.c:186: warning: comparison between...
2013-12-13 cmaynardFix 4 instances of Visual Studio Code Analysis warnings...
2013-12-13 wmeierLet's see if this fixes VS Code Analysis warnings:
2013-12-13 cmaynardFix Visual Studio Code Analysis warning C6204: Possible...
2013-12-13 cmaynardTry to appease Visual Studio Code Analysis to avoid...
2013-12-13 cmaynardFix Visual Studio Code Analysis warning C6001: Using...
2013-12-13 darkjamesnetlink: update
2013-12-13 wmeierDo one or more of the following:
2013-12-13 cmaynardTrivial: Spaces -> tabs
2013-12-13 cmaynardTrivial: Spaces -> tabs
2013-12-12 wmeierIn one or more of the files:
2013-12-12 pascalFrom Michael Lum via https://bugs.wireshark.org/bugzill...
2013-12-12 guyThe dissector table has never been used, and the name...
2013-12-12 guyGet rid of a dissector table that has never been used.
2013-12-12 wmeierCreate/use two extended value-strings;
2013-12-12 darkjamesDHCPv6: update list of message types and options (from...
2013-12-12 wmeierReformat some hf[] entries;
2013-12-12 wmeierCreate/use an extended value-string;
2013-12-12 guyIn r12060, use of the "aim.family" subdissector table...
2013-12-12 wmeierReformat hf[] entries;
2013-12-12 wmeierRemove 'if (tree)' around (indirect) calls to expert...
2013-12-12 wmeierRemove two text arrays (flagged with _U_);
2013-12-12 wmeier(Trivial):
2013-12-12 cmaynardFix Visual Studio Code Analysis warning C6385: Invalid...
2013-12-12 wmeierUse a consistent indentation: 4 spaces;
2013-12-12 wmeier(Trivial)
2013-12-12 cmaynardFix Visual Studio Code Analysis warning C6287: Redundan...
2013-12-12 wmeier(Trivial);
2013-12-12 wmeier(Trivial)
2013-12-12 wmeier(Trivial)
2013-12-12 martinkremove unused dissector tables
2013-12-12 martinkcorrect the function names in order to fix compile...
2013-12-12 cmaynardTrivial: Spaces -> tabs.
2013-12-12 wmeierMove proto_reg_handoff...() to the file end as per...
2013-12-12 cmaynardFix Coverity CID 1135557: Structurally dead code, by...
2013-12-12 etxrabTry to fix "initializer element is not computable at...
2013-12-12 etxrab- Forward declaration of register functions.
2013-12-12 wmeierMove proto_reg_handoff...() to file end as per convention;
2013-12-12 wmeierCreate/use a number of extended value-strings;
2013-12-12 cmaynardTrivial: Tab -> spaces.
2013-12-12 cmaynardReject the packet if data is NULL under conditions...
2013-12-12 cmaynardReject the packet if data is NULL. For now, leave...
2013-12-12 cmaynardReject the packet if data is NULL. Remove _U_ where...
2013-12-12 etxrab- Forward declaration of register functions.
2013-12-12 etxrabTry to fix "initializer element is not computable at...
2013-12-12 martinmRemove some TODOs that have now been addressed
2013-12-12 martinmMissing from last commit - copy hfn into stored result...
2013-12-12 martinmShow other security inputs (apart from keys)
2013-12-12 etxrab- Make local functions static.
2013-12-11 cmaynardReject the packet if data is NULL.
2013-12-11 cmaynardReject the packet if data is NULL. Leave the DISSECTOR...
2013-12-11 jmayerFix
2013-12-11 darkjamesFix buildbot:
2013-12-11 cmaynardTrivial: tabs -> spaces.
2013-12-11 cmaynardNew-style dissectors return the number of bytes dissect...
2013-12-11 darkjamesfix buildbot:
2013-12-11 cmaynardReject the packet if data is NULL.
2013-12-11 cmaynardBe sure tcpinfo is not NULL before dereferencing it.
2013-12-11 darkjamesAdd new & update netlink dissectors.
2013-12-11 etxrab- Make local functions static.
2013-12-11 etxrab- Make local functions static.
2013-12-11 pascalFrom Michael Lum via https://bugs.wireshark.org/bugzill...
2013-12-11 cmaynardRemove _U_ from dissect_openwire_tcp()'s data parameter...
2013-12-11 alagoutteFix (-W)unused-const-variable error found by Clang
2013-12-11 pascalFix an out of bounds access found by ASAN and reported...
2013-12-11 martinmRemove an unused variable
2013-12-11 martinmConvert to new-style dissector, change crcStatusValid...
2013-12-11 etxrab#if 0 unused function.
2013-12-11 etxrab- Forward declaration of register functions.
2013-12-10 eapachePass the correct uuid when recursing (the other one...
2013-12-10 martinkuse large positve values for illegal DVB-SI string...
2013-12-10 martinkuse the new SI string routines in DVB-CI
2013-12-10 cmaynardReject the packet if data is NULL.
2013-12-10 cmaynardWhere appropriate, reject the packet entirely or at...
2013-12-10 cmaynardReject packets if data (and usb_trans_info) are NULL...
2013-12-10 cmaynardTrival: spaces -> tab.
2013-12-10 geraldAdd a missing semicolon.
2013-12-10 etxrab- Forward declaration of register functions.
2013-12-10 cmaynardRemove _U_ from dissect_usb_com_bulk()'s data parameter...
2013-12-10 cmaynardReject the packet if data is NULL.
2013-12-10 geraldRemove config.h includes from proto.h and tap.h.
2013-12-10 etxrab- Forward declaration of register functions.
2013-12-10 geraldGet the "Decode As" dialog working, albeit with a few...
2013-12-10 darkjamesFix epan building with undefined HAVE_PLUGINS
2013-12-10 etxrab- Forward declaration of register functions.
2013-12-10 ruengelerAdd uat preferences to SCTP (QT only).
2013-12-10 ruengelerUse PT_TXTMOD_NONE for columns that should not be editable.
2013-12-10 cmaynardIn dissect_ldss_transfer(), reject the packet if data...
2013-12-10 martinkcomment out unused functions
2013-12-10 etxrab- Forward declaration of register functions.
2013-12-10 cmaynardRemove _U_ from dissect_wol's and dissect_wolheur's...
2013-12-10 cmaynardReject the packet if data is NULL.
2013-12-10 cmaynardReject the packet if data is NULL.
2013-12-10 cmaynardRemove _U_ from dissect_carp's data argument; it's...
next