Change the signature of dissector_try_heuristic() to return hdtbl_entry
[metze/wireshark/wip.git] / epan / dissectors / packet-infiniband.c
2014-05-21 AndersBromanChange the signature of dissector_try_heuristic() to...
2014-04-02 Michael MannHave Infiniband dissector show payload. Bug 9929.
2014-04-02 Bart Van AsscheFix InfiniBand dissector. Bug 9719
2014-03-13 Patrick MacArthurFix dissection of RDMA WRITE ONLY IMM packets.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-26 Pascal QuantinReplace tabs by spaces
2014-02-26 Stefan Metzmacherpacket-infiniband: pass a struct infinibandinfo to...
2013-12-21 Jakub ZawadzkiAdd missing includes
2013-12-18 Anders BromanFix [-Wmissing-prototypes]
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-11-21 Michael MannRemove ethertype, mpls_label and ppids from packet_info...
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-10-29 Bill MeierFrom didier gautheron: remove redundant or use faster...
2013-09-16 Gerald CombsConvert each of the address.h macros to inline functions.
2013-09-15 Pascal QuantinMore wmem conversion (leaving uat related functions...
2013-08-05 Jakub ZawadzkiKeep result of [new_]register_dissector in some dissectors.
2013-03-18 Anders BromanFrom beroset:
2013-02-27 Guy HarrisMove show_exception() and show_reported_bounds_error...
2013-02-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2013-01-24 Gilbert RamirezAdd support for HFI and infiniband interfaces in AIX...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-11 Jakub ZawadzkiAdd data parameter to dissector_try_heuristic
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-21 Bill MeierFix "Function call argument is an uninitialized value...
2012-04-10 Jakub ZawadzkiFix bug #7053, change ep_ to se_
2012-04-05 Jakub ZawadzkiFix invalid use of sizeof, it should be array length.
2012-03-10 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-11-29 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-10-26 Bill MeierAdd missing hf[] entries (and fix proto_tree_add_item...
2011-10-24 Bill MeierFix encoding arg for various fcn calls:
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-20 Gerald CombsFrom Huzaifa Sidhpurwala: Fix a null pointer dereference.
2011-10-16 Bill MeierDo some conversions of proto_tree_add_item() 'encoding...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-08-08 Bill MeierRemove unneeded #includes: proto.h,tvbuff.h,value_strin...
2011-06-22 Bill MeierFix some gcc 4.6 "set but not used [-Wunused-but-set...
2011-05-27 Jeff MorrissTreat TVBs as opaque: use the accessor functions instea...
2011-05-23 Bill MeierFix various benign cases of Coverity [UNUSED]: 996...
2011-04-22 Guy Harrisep_alloc() returns a properly-aligned value for all...
2011-03-22 Stig BjørlykkeAllocate correct size of hash_key.
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-12-06 Jeff MorrissMake some symbols static.
2010-11-28 Anders BromanFrom Slava:
2010-11-17 Jeff MorrissFrom Slava via https://bugs.wireshark.org/bugzilla...
2010-10-08 Jeff MorrissRestore pinfo->private_data after an exception was...
2010-08-16 Anders BromanFrom Slava:
2010-08-11 Stig BjørlykkeMake it compile.
2010-08-11 Anders BromanRemove redundant chek_col.
2010-08-03 Anders BromanFrom Slava:
2010-08-03 Anders BromanFrom Slava:
2010-07-13 Stig BjørlykkeFrom Mellanox Technologies Ltd. via bug 5004:
2010-05-03 Anders BromanThis patch is submitted on behalf of Mellanox Technologies:
2010-05-03 Anders BromanThis patch is submitted on behalf of Mellanox Technologies:
2010-05-03 Anders BromanThis patch is submitted on behalf of Mellanox Technologies:
2010-05-03 Anders BromanThis patch is submitted on behalf of Mellanox Technologies:
2010-05-03 Anders BromanThis patch is submitted on behalf of Mellanox Technologies:
2010-04-08 Anders BromanFrom Stephen Donnelly:
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-01-13 Anders BromanFrom Didier Gautheron:
2009-09-08 Gerald CombsJust use proto_tree_add_item instead of feeding tvb...
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-07 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-06-25 Stig BjørlykkeRemove a tvb_free() call.
2009-05-05 Guy HarrisGet rid of some other uses of ethertype() for protocols...
2009-04-21 Bill Meierinfiniband: Fix various issues mostly relating to proto...
2009-02-22 Jaap KeuterIncorporate plugin dissector into build in collection.