aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hpteam.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-14/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-06-19Those address_to_str() calls were in packet scope, and were safe.Guy Harris1-1/+1
2014-06-19Revert "Fixup: ep_address_to_str -> address_to_str"Michael Mann1-1/+1
2014-06-18Fixup: ep_address_to_str -> address_to_strDario Lombardo1-1/+1
2014-04-06Partly revert fdeed480bf89a1f43f7b3d4be67fa0e4333f7120Pascal Quantin1-1/+1
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-4/+0
2013-09-11Instead of prepending "LLC " to the UI table name, just modify the table name. Chris Maynard1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-05-17General cleanup including as appropriate:Bill Meier1-9/+11
2011-12-14Put back the source MAC address, but do it right, in one column_add_fstr()Guy Harris1-6/+2
2011-12-14Refer to a PID of 0x0002 as the PID for the HP Teaming heartbeatGuy Harris1-24/+48
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-01-13From Didier Gautheron:Anders Broman1-1/+0
2009-07-09From: : Nathan Hartwell: Patch to fix output of HP Team dissector in Info columnBill Meier1-0/+2
2009-06-24Remove superflous code; #include <stdio.h> not needed.Bill Meier1-4/+1
2009-06-24if (!initialized) ... not req'd + other addt'l minor revisions;Bill Meier1-16/+11
2009-06-23From Nathan Hartwell:Jaap Keuter1-0/+132