metze/wireshark/wip.git
2013-10-19 Pascal QuantinUpdate E.212 list to Operational Bulletin No. 1038...
2013-10-19 Pascal QuantinUpdate ITU E.164 list to Operational Bulletin No. 1038...
2013-10-19 Jörg MayerConvert to new hf handling
2013-10-19 Jörg MayerSome more decoding of mint traffic, start reformatting...
2013-10-19 Michael MannOnly allow one popup dialog in UAT dialog. Editing...
2013-10-18 Michael TüxenFix writing enhanced packet blocks when flags are
2013-10-18 Jeff MorrissGet it actually building when we don't HAVE_LIBPCAP.
2013-10-18 Jeff MorrissClean up warnings when we don't HAVE_LIBPCAP.
2013-10-18 Michael MannDon't allow invalid ranges to be specified for the...
2013-10-18 Jakub Zawadzki- Remove hf_ integers from few more dissectors
2013-10-18 Guy HarrisWhite space cleanups (thanks either to shekhar.chandra...
2013-10-18 Jeff MorrissSimplify a bit (in a way which will hopefully actually...
2013-10-18 Evan HuusFix lemon FSF address and add license exception for...
2013-10-18 Jeff MorrissAdd -Wno-shorten-64-to-32 (if we can) when compiling...
2013-10-18 Jeff MorrissAdd AM_CLEAN_CFLAGS (-Werror) to AM_CPPFLAGS so we...
2013-10-18 Gerald CombsMake sure LIBGCRYPT_CFLAGS is added to AM_CPPFLAGS.
2013-10-18 Bill MeierRevert SVN #52650 as per discussion on wireshark-dev
2013-10-18 Michael MannUse Z_tree for the subtree
2013-10-18 Jörg MayerBeginnings of Motrola's MiNT protocol.
2013-10-18 Jörg MayerForgot in the previous checkin.
2013-10-18 Jörg MayerAfter looking for something in the column-*.h files and
2013-10-18 Bill MeierRevert SVN #52665.
2013-10-18 Bill MeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-10-18 Michael MannAdd more filterable fields around EDNS(0)
2013-10-17 Gerald CombsSign all of the executables.
2013-10-17 Michael MannBugfix an apparent typo in edns0 "Higher bits in extend...
2013-10-17 Gerald CombsIf static analysis is enabled disable error checking...
2013-10-17 Evan HuusRevert the optimization in r52578. As Jakub predicted...
2013-10-17 Tomas KukosaH.225.0: fix handling of compound parameters in Generic...
2013-10-17 Evan HuusTemporarily revert r52651 it caused a regression when...
2013-10-17 Michael MannProperly decode CAPWAP Data Keep-Alive's. Bug 9165...
2013-10-17 Michael MannBe able to search through HTTP request and HTTP respons...
2013-10-16 Evan HuusIf the length we allocated was 0, don't try and write...
2013-10-16 Gerald CombsAdd checks to see if CC and/or CXX are Clang. Add ...
2013-10-16 Bill MeierRemove trailing blanks; Fix some indentation;
2013-10-16 Bill MeierFix inconsistent indentation & formatting, trailing...
2013-10-16 Anders BromanCreate an internal _tvb_memcpy() without the sanity...
2013-10-16 Anders BromanPrepend to lists rather than append as that's more...
2013-10-16 Gerald CombsDon't bother checking for clang, just add -Qunused...
2013-10-16 Evan HuusIn packet-wsp.c, don't use the get_long_integer macro...
2013-10-16 Pascal Quantin1.11.0 -> 1.11.1
2013-10-16 Gerald CombsIf we're using Clang add -Qunused-arguments in order...
2013-10-16 Gerald CombsFix warnings found by Clang 5.0 (-Wself-assign and...
2013-10-16 Gerald CombsFix a comment.
2013-10-16 Gerald CombsBack out the previous commit. We'll have to find a...
2013-10-16 Gerald CombsWork around a self-assingment error picked up by Clang...
2013-10-16 Bill MeierFix (what appears to be) a minor bug when dissecting...
2013-10-16 Pascal QuantinUpgrade RRLP dissector to V11.0.0
2013-10-16 Bill MeierFix various: whitespace, comments & etc.
2013-10-16 Bill MeierAdd blank line before 'and by'
2013-10-16 Chris MaynardAdd Ed Beroset to the list of Wireshark authors.
2013-10-16 Bill MeierFrom Ed Beroset: add modelines and fix irregular indenting;
2013-10-16 Pascal QuantinUpdate the list of new protocols supported
2013-10-15 Evan HuusAs suggested separately by both Jakub and Anders: only...
2013-10-15 Gerald CombsIf CODE_SIGN_IDENTITY is set use it to sign the app...
2013-10-15 Gerald CombsAdjust parenthesis to make gcc happy.
2013-10-15 Anders BromanDon't try heuristic dissectors on second pass if no...
2013-10-15 Balint ReczeyFix ABI check error for libwireshark
2013-10-15 Gerald Combs1.11.0 → 1.11.1.
2013-10-15 Gerald CombsTry building 1.11.0.
2013-10-15 Chris MaynardFrom Ed Beroset via https://bugs.wireshark.org/bugzilla...
2013-10-15 Anders Bromang_slist_prepend() should be faster than g_slist_append...
2013-10-15 Jakub ZawadzkiMicro-optimize print_columns(): replace g_snprintf...
2013-10-15 Anders BromanTry to optimize heuristics slightly.
2013-10-15 Cal TurneyReorder all of the bitmask trees according to its endia...
2013-10-15 Gerald CombsAdd another cast.
2013-10-15 Gerald CombsAdd casts to fix some shortening errors.
2013-10-15 Gerald CombsAdd some missing parenthesis. Make sure we set our...
2013-10-15 Martin Kaiserlimit the values written to phdr.(cap)len to guint32...
2013-10-15 Martin Kaisercode review of parse_s1_W_stats()
2013-10-15 Evan HuusDon't do canaries in blocks of guint32, it appears...
2013-10-15 Evan HuusCheck the length *before* accessing the array, and...
2013-10-15 Evan HuusFix a length check in the OID code, we add an extra...
2013-10-15 Balint ReczeyFactor out common parts of ABI checks to UseABICheck...
2013-10-15 Chris MaynardFix Coverity CID 1106801: Missing break in switch.
2013-10-15 Gerald CombsMake sure we have a valid capture file pointer in win32...
2013-10-15 Gerald CombsFill in the help links. Make sure they do something...
2013-10-15 Gerald CombsRemove some commented code.
2013-10-15 Michael MannFix the bitcoin dissector to be able to dissect recent...
2013-10-14 Anders BromanReverting as requested by Jakub, eventhoug I don't...
2013-10-14 Gerald CombsLet Qt lay out and size elements in FollowStreamDialog...
2013-10-14 Evan HuusReplace XXX with explanation based on discussion with...
2013-10-14 Evan HuusSlightly clarify the wmem release note entry.
2013-10-14 Anders Broman Adding to col info is probably useless as next dissect...
2013-10-14 Anders BromanTry to pptimize heuristics slightly.
2013-10-14 Pascal QuantinAdd dissection of NCM/MBIM data traffic based on data...
2013-10-14 Gerald CombsLook for QtWidgets in the right directory.
2013-10-14 Gerald CombsPacketList and ProtoTree need access to MainWindow...
2013-10-14 Martin Kaiserdo some range checks when reading vwr files
2013-10-14 Jörg MayerMake pkgconfig work - sort of:
2013-10-14 Pascal QuantinAs reported by Didier Gautheron on -dev (wireshark...
2013-10-14 Michael MannTLS server key exchange misses sig and hash algorithm...
2013-10-14 Michael MannDTLS server key exchange misses sig and hash algorithm...
2013-10-13 Martin MathiesonDRX: start to show state prior to and after current...
2013-10-13 Anders BromanAs requested by Zoltán Lajos Kis, split the openflow...
2013-10-13 Cal TurneySMB2 SRT can be very inaccurate in the presence of...
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-10-13 Bill MeierMinor whitespace changes
2013-10-13 Gerald CombsDon't clobber PKG_CONFIG_PATH.
2013-10-13 Bill MeierMinor whitespace, formatting & etc changes.
next