aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-infiniband.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-21Remove ethertype, mpls_label and ppids from packet_info structure.Michael Mann1-2/+0
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-3/+1
2013-09-16Convert each of the address.h macros to inline functions. Gerald Combs1-4/+3
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-9/+9
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-4/+5
2013-03-18From beroset:Anders Broman1-11/+11
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-35/+16
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-01-24Add support for HFI and infiniband interfaces in AIX iptrace files.Gilbert Ramirez1-0/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-21Fix "Function call argument is an uninitialized value" issue found by scan-bu...Bill Meier1-851/+856
2012-04-10Fix bug #7053, change ep_ to se_Jakub Zawadzki1-4/+11
2012-04-05Fix invalid use of sizeof, it should be array length.Jakub Zawadzki1-12/+12
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-80/+99
2011-11-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2011-10-26Add missing hf[] entries (and fix proto_tree_add_item() encoding args).Bill Meier1-11/+53
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-20From Huzaifa Sidhpurwala: Fix a null pointer dereference.Gerald Combs1-3/+13
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-6/+6
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-31/+31
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-436/+436
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-87/+87
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-3/+3
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-5/+2
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-2/+2
2011-05-23Fix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000Bill Meier1-5/+1
2011-04-22ep_alloc() returns a properly-aligned value for all uses; that's why itGuy Harris1-2/+2
2011-03-22Allocate correct size of hash_key.Stig Bjørlykke1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-12-06Make some symbols static.Jeff Morriss1-2/+2
2010-11-28From Slava:Anders Broman1-8/+5
2010-11-17From Slava via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5335 :Jeff Morriss1-150/+2209
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss1-0/+9
2010-08-16From Slava:Anders Broman1-1/+98
2010-08-11Make it compile.Stig Bjørlykke1-3/+1
2010-08-11Remove redundant chek_col.Anders Broman1-22/+8
2010-08-03From Slava:Anders Broman1-1/+13
2010-08-03From Slava:Anders Broman1-10/+55
2010-07-13From Mellanox Technologies Ltd. via bug 5004:Stig Bjørlykke1-1/+2
2010-05-03This patch is submitted on behalf of Mellanox Technologies:Anders Broman1-43/+40
2010-05-03This patch is submitted on behalf of Mellanox Technologies:Anders Broman1-5/+252
2010-05-03This patch is submitted on behalf of Mellanox Technologies:Anders Broman1-1/+14
2010-05-03This patch is submitted on behalf of Mellanox Technologies:Anders Broman1-11/+11
2010-05-03This patch is submitted on behalf of Mellanox Technologies:Anders Broman1-29/+37
2010-04-08From Stephen Donnelly:Anders Broman1-1/+107