aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hpteam.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-14Put back the source MAC address, but do it right, in one column_add_fstr()guy1-6/+2
2011-12-14Refer to a PID of 0x0002 as the PID for the HP Teaming heartbeatguy1-24/+48
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-01-13From Didier Gautheron:etxrab1-1/+0
2009-07-09From: : Nathan Hartwell: Patch to fix output of HP Team dissector in Info columnwmeier1-0/+2
2009-06-24Remove superflous code; #include <stdio.h> not needed.wmeier1-4/+1
2009-06-24if (!initialized) ... not req'd + other addt'l minor revisions;wmeier1-16/+11
2009-06-23From Nathan Hartwell:jake1-0/+132