packet-kerberos: remember in what frame a key was learned
[metze/wireshark/wip.git] / plugins /
2014-02-25 Bill MeierRemove trailing whitespace
2014-02-24 Alexis La GoutteFix -Wunused-const-variable found by Clang
2014-02-19 WidokBug 9721 - profinet write doesn't decode the Profidrive...
2014-02-05 Pascal QuantinIntroduce end-of-line normalization
2014-02-03 Evan HuusDon't pass tvb_get_ptr to proto_tree_add_string
2014-02-03 Alexis La GoutteFix (-W)documentation found by Clang
2014-02-03 Gilbert RamirezFix all -fstrict-alias warnings found by gcc 4.1.2
2014-01-30 Alexis La GoutteMerge "openSAFETY: Fixing field / byte assignment"
2014-01-29 Stig BjørlykkeMerge "Lua: Added a utility function file_exists()."
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-29 Alexis La GoutteMerge "smb2: Lease Epoch is only 16 bit"
2014-01-29 Alexis La GoutteMerge "smb2: Fix a typo"
2014-01-29 Gilbert RamirezAdd newlines at end of files that are missing them.
2014-01-24 Evan HuusThe wimax plugin primarily uses tvb_get_ptr buffer...
2014-01-14 Guy HarrisMore prototype cleanup.
2014-01-13 Guy HarrisIn a source file that defines external functions, the...
2014-01-13 Guy Harrisdissect_CBA_Connection_Data() isn't used outside packet...
2014-01-13 Guy HarrisMove dissect_pn_uint16_ret_item() to packet-pn.c, to...
2014-01-13 Guy HarrisdispatchService() is imported from other code; declare...
2014-01-02 Anders BromanStop building and distributing the asn1 plugin. I blele...
2014-01-02 Anders BromanFix [-Wmissing-prototypes]
2014-01-02 Anders BromanFix [-Wmissing-prototypes]
2014-01-01 Pascal Quantinwimax_compact_ulmap_ie_decoder() is used outside of...
2014-01-01 Anders BromanFix [-Wmissing-prototypes]
2014-01-01 Anders BromanFix [-Wmissing-prototypes]
2013-12-27 Anders BromanFix [-Wmissing-prototypes]
2013-12-23 Evan HuusAvoid using ephemeral memory in register routines.
2013-12-20 Bill Meier#if 0 a group of unused #defines;
2013-12-20 Martin Kaiserfix
2013-12-20 Anders BromanFix [-Wmissing-prototypes]
2013-12-19 Evan HuusAdd bytestring_to_str() which takes a wmem scope and...
2013-12-19 Evan HuusRename more to_str functions to have ep_ in the name...
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-14 Gerald CombsUse "(void) <variable/>" to avoid unused variable warni...
2013-12-14 Chris MaynardTake a preemptive strike at some likely future VS Code...
2013-12-14 Bill MeierPrevent VS Code Analyzer warning; (AFAICT: not an actua...
2013-12-14 Jakub ZawadzkiFix warnings
2013-12-14 Jakub ZawadzkiRemove not needed ';'
2013-12-13 Chris MaynardFix Visual Studio Code Analysis warning C6054: String...
2013-12-12 Chris MaynardReject the packet if info is NULL under conditions...
2013-12-03 Jakub ZawadzkiWhen including <epan/prefs.h> don't force inclusion...
2013-11-29 Michael MannStats_tree enhancements for sorting, averages and burst...
2013-11-29 Jakub ZawadzkiAvoid including <wiretap/wtap.h> in dissectors.
2013-11-29 Jakub ZawadzkiRename some of pint.h macros to match common style...
2013-11-23 Michael MannCreate the ability to have packet scoped "proto" data...
2013-11-22 Michael MannCreate multiple dissection functions if packet_info...
2013-11-21 Michael MannCreate separate dissector function for TCP functionalit...
2013-11-19 Anders BromanFix [-Wmissing-prototypes]
2013-11-18 Anders BromanFix [-Wmissing-prototypes]
2013-11-17 Guy HarrisMove get_tempfile_path() from filesystem.[ch] to tempfi...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-11-15 Anders BromanTry to fix [-Wmissing-prototypes]
2013-11-12 Guy HarrisNow that fvalue_to_string_repr() returns NULL if the...
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-11-10 Jakub ZawadzkiMove struct _ftype_t + callback typedefs + free macro...
2013-11-09 Michael MannAdd data parameter to tcp_dissect_pdus() as well as...
2013-11-09 Jakub Zawadzkiinclude <wsutil/pint.h> only when needed.
2013-11-09 Jakub ZawadzkiInclude <epan/to_str.h> only when needed.
2013-11-06 Michael MannRemove pinfo->private_data from DCERPC dissectors and...
2013-11-05 Michael MannRemove setting of pinfo->private_data to ETHERCAT_MBOX_...
2013-11-02 Michael MannPass struct tcpinfo into all TCP subdissectors instead...
2013-10-29 Bill MeierFrom didier gautheron: remove redundant or use faster...
2013-10-25 Evan HuusAdd a very small hack to make the UAT update callback...
2013-10-24 Michael MannMinor cleanup.
2013-10-24 Michael MannMake WiMax CDMA Code Attribute its own protocol with...
2013-10-24 Michael MannCreate a single array of ett_ variables, instead of...
2013-10-24 Michael MannRemove profinet_conv member of struct _packet_info...
2013-10-23 Bill MeierFix (using '#if 0') a few more [-Wunused-const-variable...
2013-10-23 Bill MeierFix (using '#if 0') various [-Wunused-const-variable...
2013-10-18 Michael MannDon't allow invalid ranges to be specified for the...
2013-10-13 Graham BloiceAdd CMake properties to targets so that they are logica...
2013-09-30 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-09-30 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-09-30 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-09-28 Evan HuusFix various warnings in (hopefully) the right ways.
2013-09-28 Michael Mann1. Remove PITEM_FINFO from add_tlv_subtree and add_prot...
2013-09-24 Michael MannPrevent crashing as a result of tree removal in r52208...
2013-09-24 Guy HarrisYou are in a twisty little maze of code paths, all...
2013-09-24 Guy HarrisStuff used when checking the CRC needs to be done regar...
2013-09-24 Guy HarrisGet rid of unused variable.
2013-09-24 Guy HarrisFix copy-and-pasteo(?).
2013-09-24 Guy HarrisOne advantage of making as many things as possible...
2013-09-24 Michael MannWimax dissector improvements:
2013-09-22 Pascal QuantinMore emem -> wmem conversion:
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-22 Jeff MorrissDon't declare proto_mac_mgmt_msg_ucd_decoder twice.
2013-09-22 Michael MannMake dissectors register for their MAC Management Messa...
2013-09-20 Michael MannEnhance DOCSIS dissector with new fields. Bug 9149...
2013-09-17 Pascal Quantinemem -> wmem
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-09-08 Michael MannConvert profinet dissector to use filterable expert...
2013-09-02 Alexis La GoutteFix Function call argument is an uninitialized value...
2013-09-02 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-09-02 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-09-02 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-08-27 Alexis La GoutteEnhance Profinet MRP (Merge LinkUp and LinkDown)
2013-08-16 Anders Bromanpacket-dcerpc-pn-io.c: In function 'dissect_PNIO_C_SDU':
2013-08-16 Anders BromanFrom Wido Kelling:
2013-08-15 Evan HuusAs suggested by Volcke Mario, fixing
2013-08-13 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
next