Constify a character array;
[metze/wireshark/wip.git] / epan /
2013-11-21 Bill MeierConstify a character array;
2013-11-21 Bill MeierCreate/use a number of extended value-strings;
2013-11-21 Pascal QuantinIndicate fragments in info column
2013-11-21 Pascal QuantinDo not add an unknown tag item for End-of-options
2013-11-21 Stig BjørlykkeDetect out-of-bounds when handling zero terminated...
2013-11-21 Michael MannFix memory leak from formatted string.
2013-11-21 Gerald CombsAdd a statistics tree dialog.
2013-11-21 Michael MannUSB CCID and PN532_HCI can be now used in Decode As...
2013-11-21 Michael MannFix DecodeBy priorities. Bug 9445 (https://bugs.wiresh...
2013-11-21 Guy Harrisstrncpy() consideered unsafe (it doesn't, for example...
2013-11-21 Evan HuusRemove one accidentally remaining reference to emem...
2013-11-20 Jakub ZawadzkiFix Bug #9457 Update BACnet vendor list
2013-11-20 Evan HuusFix minor issue introduced with conversion to new exper...
2013-11-20 Evan HuusAs per suggestion of Mike Morrin via
2013-11-20 Pascal QuantinMark another parameter as unused
2013-11-20 Pascal QuantinAdd explicit casts to please GCC
2013-11-20 Pascal QuantinAdd explicit casts to please GCC
2013-11-20 Anders BromanMark parameter as unused
2013-11-20 Michael MannProvide "Decode As" functionality through dissectors...
2013-11-20 Michael MannProvide "Decode As" functionality through dissectors...
2013-11-20 Alexis La GoutteFrom Jakub via wireshark.org/lists/wireshark-dev/201311...
2013-11-20 Michael MannConvert ethertype() function into a pure dissector...
2013-11-19 Gerald CombsSet our IPv6 status when we set addresses.
2013-11-19 Guy HarrisConstants that don't fit in 32 bits must be wrapped in
2013-11-19 Pascal QuantinAdd dissection of UICC Application Identifier
2013-11-19 Pascal QuantinFix a typo
2013-11-19 Alexis La GoutteFrom Glen Parker via https://bugs.wireshark.org/bugzill...
2013-11-19 Alexis La GoutteFrom Ralph Böhme via https://bugs.wireshark.org/bugzill...
2013-11-19 Martin Kaiseradd editor modelines
2013-11-19 Martin Kaiserremove unnecessary if(tree) checks
2013-11-19 Martin KaiserFrom DSR Corporation
2013-11-19 Michael MannRemove ppid member from packet_info structure and just...
2013-11-18 Guy HarrisTerminate a value_string array.
2013-11-18 Alexis La GoutteFrom Matt Texier Enhance BGP Dissector : AS_PATH
2013-11-18 Guy HarrisIt's incremented, so not a const.
2013-11-18 Alexis La GoutteFrom Peter Wu
2013-11-18 Alexis La GoutteFrom Peter Wu
2013-11-18 Alexis La GoutteFrom Peter Wu
2013-11-18 Alexis La GoutteFrom Peter Wu
2013-11-18 Gerald Combs1.11.2 → 1.11.3.
2013-11-18 Martin Kaiserfix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-11-18 Guy HarrisI guess "v4" is 1.3 and "v5" is 1.4. I'm sure there...
2013-11-18 Guy HarrisYou don't get to have three separate protocols all...
2013-11-18 Anders BromanFrom Zoltán Lajos Kis:
2013-11-17 Martin Kaiseradd a cast to fix compiler warning
2013-11-17 Pascal QuantinFix the number of highlighted bytes in case of unaligne...
2013-11-17 Pascal QuantinFrom Chris Bontje via https://bugs.wireshark.org/bugzil...
2013-11-17 Pascal QuantinFrom Chris Bontje via https://bugs.wireshark.org/bugzil...
2013-11-17 Pascal QuantinFrom Peter Lemenkov via https://bugs.wireshark.org...
2013-11-17 Pascal QuantinFrom Peter Lemenkov via https://bugs.wireshark.org...
2013-11-17 Alexis La GoutteFix indent (2 spaces) and remove trailing whitespace
2013-11-17 Pascal QuantinFrom Peter Lemenkov via https://bugs.wireshark.org...
2013-11-17 Alexis La GoutteFix indent (use 4 spaces) and add modelines
2013-11-17 Alexis La GoutteAdd extern C if cplusplus (when use with Qt) Add Modeli...
2013-11-17 Martin Kaiseruse explicit casts to fix compilation on OS X
2013-11-17 Pascal QuantinFrom Peter Lemenkov via https://bugs.wireshark.org...
2013-11-17 Martin KaiserFrom Abhik Sarkar:
2013-11-17 Pascal QuantinAdd a way to retrieve a PER variable bit string length
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-11-16 Jakub ZawadzkiFix previous commit + rename to bitswap.
2013-11-16 Jakub ZawadzkiExporting/importing variables cause problems, so create...
2013-11-16 Martin Kaiserdissect operator tune status, reorder some defines
2013-11-16 Martin Kaiserdissect extended event usage
2013-11-16 Martin Kaiserinterpret the flags for EIT p/f, EIT sch usage
2013-11-16 Pascal QuantinClear protocol column when the dissector is known
2013-11-16 Pascal QuantinPut "GSM SIM" in protocol column
2013-11-16 Jakub ZawadzkiFix epan_memmem() copyrights.
2013-11-16 Jakub ZawadzkiMove bitswap.[ch] from epan to wsutil.
2013-11-16 Jakub ZawadzkiDon't include <epan/bitswap.h> when not needed
2013-11-16 Jakub ZawadzkiRemove svn:executable property from packet-finger.c...
2013-11-16 Chris MaynardAdd a basic finger dissector.
2013-11-16 Bill MeierCreate/use extended-value-strings to reference certain...
2013-11-16 Bill MeierConstify a character array;
2013-11-16 Bill MeierConstify a character array;
2013-11-16 Bill MeierConstify two character arrays;
2013-11-16 Bill MeierChange editor modelines to reflect actual indentation...
2013-11-16 Jakub ZawadzkiAvoid calling find_dissector(), cache result of [new_...
2013-11-15 Jakub ZawadzkiMake swaptab const.
2013-11-15 Jakub ZawadzkiMake wslua byte_to_str[] array of char[3] instead of...
2013-11-15 Pascal QuantinDissect USB Com Network Control Model requests
2013-11-15 Gerald Combs1.11.1 → 1.11.2.
2013-11-15 Guy HarrisTo quote GCC, "uninitialized const 'zeroes' is invalid...
2013-11-15 Bill MeierCreate/use value_string_ext to reference a value-string...
2013-11-14 Bill MeierLet's try putting the 'const' in the right place...
2013-11-14 Bill MeierCreate/use value_string_ext to reference certain value...
2013-11-14 Jakub Zawadzki64-bits: reorder fields in struct _protocol to remove...
2013-11-14 Jakub ZawadzkiExpand CHECK_DISPLAY_AS_X ('this macro looks like a...
2013-11-14 Bill MeierCreate/use value_string_ext to reference certain value...
2013-11-14 Martin Kaisershare Data Broadcast IDs between MPEG descriptor and...
2013-11-14 Martin Kaiserfix application capability handling
2013-11-14 Martin Kaiseradd Data Broadcast ID for CI+ and HbbTV
2013-11-14 Martin Kaiserdissect Operator Profile's delivery capability bytes
2013-11-14 Bill MeierCreate/use value_string_ext to reference certain value...
2013-11-14 Chris MaynardCast the return value of conversation_get_proto_data...
2013-11-14 Chris MaynardAdd a basic whois dissector.
2013-11-14 Bill MeierCreate/use value_string_ext for some value-string-arrays.
2013-11-14 Gerald CombsAdd packet information and selection to the Follow...
2013-11-14 Evan HuusAdd a cast to try and fix the OSX buildbot.
2013-11-14 Pascal QuantinFix dissection of MBIM Extended Functional Descriptor MTU
2013-11-14 Evan HuusFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
next