aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-infiniband.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-8/+4
2009-09-08Just use proto_tree_add_item instead of feeding tvb->real_data toGerald Combs1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-0/+1711
2009-06-25Remove a tvb_free() call.Stig Bjørlykke1-3/+0
2009-05-05Get rid of some other uses of ethertype() for protocols that don't haveGuy Harris1-6/+25
2009-04-21infiniband: Fix various issues mostly relating to protocol field display:Bill Meier1-2560/+2560
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-0/+3153