Fix various issues:
[metze/wireshark/wip.git] / epan /
2013-12-13 Bill MeierFix various issues:
2013-12-13 Evan HuusReplace wmem_alloc with wmem_new in a few places, and...
2013-12-13 Chris MaynardReturn FALSE from dissect_iwarp_mpa() if data is NULL...
2013-12-13 Chris MaynardReturn FALSE from dissect_zbee_nwk_heur() if data is...
2013-12-13 Chris MaynardAdd data arg to dissect_wassp_heur() in case it's ever...
2013-12-13 Chris MaynardReturn FALSE from dissect_tapa_heur() if data is NULL.
2013-12-13 Chris MaynardAdd data arg to dissect_skype_heur() so it compiles...
2013-12-13 Guy HarrisHandle NFS4_OP_ILLEGAL (and other potential array bound...
2013-12-13 Chris MaynardRemove _U_
2013-12-13 Evan HuusAdd another check to radiotap-iter initialization to...
2013-12-13 Chris MaynardIf data is NULL, return FALSE.
2013-12-13 Chris MaynardRemove _U_
2013-12-13 Bill MeierFix (presumably) a VS Code analysis warning:
2013-12-13 Bill MeierValue_string.h: Minor changes to comment text
2013-12-13 Alexis La GoutteFrom Peter Lemenkov via https://bugs.wireshark.org...
2013-12-13 Alexis La GoutteFrom Hauke Mehrtens via https://bugs.wireshark.org...
2013-12-13 Alexis La GoutteFrom Peter Wu
2013-12-13 Irene RüngelerAdd dialogs and graphs to analyse SCTP behavior similar...
2013-12-13 Anders BromanFix [-Wmissing-prototypes]
2013-12-13 Bill Meier(Try to) fix VS Clang Analysis warning:
2013-12-13 Chris MaynardFix packet-lapd.c:186: warning: comparison between...
2013-12-13 Chris MaynardFix 4 instances of Visual Studio Code Analysis warnings...
2013-12-13 Bill MeierLet's see if this fixes VS Code Analysis warnings:
2013-12-13 Chris MaynardFix Visual Studio Code Analysis warning C6204: Possible...
2013-12-13 Chris MaynardTry to appease Visual Studio Code Analysis to avoid...
2013-12-13 Chris MaynardFix Visual Studio Code Analysis warning C6001: Using...
2013-12-13 Jakub Zawadzkinetlink: update
2013-12-13 Bill MeierDo one or more of the following:
2013-12-13 Chris MaynardTrivial: Spaces -> tabs
2013-12-13 Chris MaynardTrivial: Spaces -> tabs
2013-12-12 Bill MeierIn one or more of the files:
2013-12-12 Pascal QuantinFrom Michael Lum via https://bugs.wireshark.org/bugzill...
2013-12-12 Guy HarrisThe dissector table has never been used, and the name...
2013-12-12 Guy HarrisGet rid of a dissector table that has never been used.
2013-12-12 Bill MeierCreate/use two extended value-strings;
2013-12-12 Jakub ZawadzkiDHCPv6: update list of message types and options (from...
2013-12-12 Bill MeierReformat some hf[] entries;
2013-12-12 Bill MeierCreate/use an extended value-string;
2013-12-12 Guy HarrisIn r12060, use of the "aim.family" subdissector table...
2013-12-12 Bill MeierReformat hf[] entries;
2013-12-12 Bill MeierRemove 'if (tree)' around (indirect) calls to expert...
2013-12-12 Bill MeierRemove two text arrays (flagged with _U_);
2013-12-12 Bill Meier(Trivial):
2013-12-12 Chris MaynardFix Visual Studio Code Analysis warning C6385: Invalid...
2013-12-12 Bill MeierUse a consistent indentation: 4 spaces;
2013-12-12 Bill Meier(Trivial)
2013-12-12 Chris MaynardFix Visual Studio Code Analysis warning C6287: Redundan...
2013-12-12 Bill Meier(Trivial);
2013-12-12 Bill Meier(Trivial)
2013-12-12 Bill Meier(Trivial)
2013-12-12 Martin Kaiserremove unused dissector tables
2013-12-12 Martin Kaisercorrect the function names in order to fix compile...
2013-12-12 Chris MaynardTrivial: Spaces -> tabs.
2013-12-12 Bill MeierMove proto_reg_handoff...() to the file end as per...
2013-12-12 Chris MaynardFix Coverity CID 1135557: Structurally dead code, by...
2013-12-12 Anders BromanTry to fix "initializer element is not computable at...
2013-12-12 Anders Broman- Forward declaration of register functions.
2013-12-12 Bill MeierMove proto_reg_handoff...() to file end as per convention;
2013-12-12 Bill MeierCreate/use a number of extended value-strings;
2013-12-12 Chris MaynardTrivial: Tab -> spaces.
2013-12-12 Chris MaynardReject the packet if data is NULL under conditions...
2013-12-12 Chris MaynardReject the packet if data is NULL. For now, leave...
2013-12-12 Chris MaynardReject the packet if data is NULL. Remove _U_ where...
2013-12-12 Anders Broman- Forward declaration of register functions.
2013-12-12 Anders BromanTry to fix "initializer element is not computable at...
2013-12-12 Martin MathiesonRemove some TODOs that have now been addressed
2013-12-12 Martin MathiesonMissing from last commit - copy hfn into stored result...
2013-12-12 Martin MathiesonShow other security inputs (apart from keys)
2013-12-12 Anders Broman- Make local functions static.
2013-12-11 Chris MaynardReject the packet if data is NULL.
2013-12-11 Chris MaynardReject the packet if data is NULL. Leave the DISSECTOR...
2013-12-11 Jörg MayerFix
2013-12-11 Jakub ZawadzkiFix buildbot:
2013-12-11 Chris MaynardTrivial: tabs -> spaces.
2013-12-11 Chris MaynardNew-style dissectors return the number of bytes dissect...
2013-12-11 Jakub Zawadzkifix buildbot:
2013-12-11 Chris MaynardReject the packet if data is NULL.
2013-12-11 Chris MaynardBe sure tcpinfo is not NULL before dereferencing it.
2013-12-11 Jakub ZawadzkiAdd new & update netlink dissectors.
2013-12-11 Anders Broman- Make local functions static.
2013-12-11 Anders Broman- Make local functions static.
2013-12-11 Pascal QuantinFrom Michael Lum via https://bugs.wireshark.org/bugzill...
2013-12-11 Chris MaynardRemove _U_ from dissect_openwire_tcp()'s data parameter...
2013-12-11 Alexis La GoutteFix (-W)unused-const-variable error found by Clang
2013-12-11 Pascal QuantinFix an out of bounds access found by ASAN and reported...
2013-12-11 Martin MathiesonRemove an unused variable
2013-12-11 Martin MathiesonConvert to new-style dissector, change crcStatusValid...
2013-12-11 Anders Broman#if 0 unused function.
2013-12-11 Anders Broman- Forward declaration of register functions.
2013-12-10 Evan HuusPass the correct uuid when recursing (the other one...
2013-12-10 Martin Kaiseruse large positve values for illegal DVB-SI string...
2013-12-10 Martin Kaiseruse the new SI string routines in DVB-CI
2013-12-10 Chris MaynardReject the packet if data is NULL.
2013-12-10 Chris MaynardWhere appropriate, reject the packet entirely or at...
2013-12-10 Chris MaynardReject packets if data (and usb_trans_info) are NULL...
2013-12-10 Chris MaynardTrival: spaces -> tab.
2013-12-10 Gerald CombsAdd a missing semicolon.
2013-12-10 Anders Broman- Forward declaration of register functions.
2013-12-10 Chris MaynardRemove _U_ from dissect_usb_com_bulk()'s data parameter...
2013-12-10 Chris MaynardReject the packet if data is NULL.
next