aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-infiniband.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-5/+2
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsmorriss1-2/+2
2011-05-23Fix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000wmeier1-5/+1
2011-04-22ep_alloc() returns a properly-aligned value for all uses; that's why itguy1-2/+2
2011-03-22Allocate correct size of hash_key.stig1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-12-06Make some symbols static.morriss1-2/+2
2010-11-28From Slava:etxrab1-8/+5
2010-11-17From Slava via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5335 :morriss1-150/+2209
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.morriss1-0/+9
2010-08-16From Slava:etxrab1-1/+98
2010-08-11Make it compile.stig1-3/+1
2010-08-11Remove redundant chek_col.etxrab1-22/+8
2010-08-03From Slava:etxrab1-1/+13
2010-08-03From Slava:etxrab1-10/+55
2010-07-13From Mellanox Technologies Ltd. via bug 5004:stig1-1/+2
2010-05-03This patch is submitted on behalf of Mellanox Technologies:etxrab1-43/+40
2010-05-03This patch is submitted on behalf of Mellanox Technologies:etxrab1-5/+252
2010-05-03This patch is submitted on behalf of Mellanox Technologies:etxrab1-1/+14
2010-05-03This patch is submitted on behalf of Mellanox Technologies:etxrab1-11/+11
2010-05-03This patch is submitted on behalf of Mellanox Technologies:etxrab1-29/+37
2010-04-08From Stephen Donnelly:etxrab1-1/+107
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-13From Didier Gautheron:etxrab1-8/+4
2009-09-08Just use proto_tree_add_item instead of feeding tvb->real_data togerald1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-0/+1711
2009-06-25Remove a tvb_free() call.stig1-3/+0
2009-05-05Get rid of some other uses of ethertype() for protocols that don't haveguy1-6/+25
2009-04-21infiniband: Fix various issues mostly relating to protocol field display:wmeier1-2560/+2560
2009-02-22Incorporate plugin dissector into build in collection.jake1-0/+3153