aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hpsw.c
AgeCommit message (Expand)AuthorFilesLines
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-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-11-03HPSW: fix neighbor MAC AddressAlexis La Goutte1-2/+2
2014-10-28HPSW: Fix display of wrong lengthAlexis La Goutte1-1/+1
2014-10-28HPSW: Fix soft-deprecated APIs warningAlexis La Goutte1-1/+1
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+5
2014-06-28convert to proto_tree_add_subtree[_format]Michael Mann1-3/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-12Remove 'if (tree)' around (indirect) calls to expert functions;Bill Meier1-231/+256
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-14/+14
2013-07-16Make fields filterable through proto_tree_add_item (with the help of convert_...Michael Mann1-172/+185
2013-03-23Extend dissection of TLVs.Jaap Keuter1-44/+87
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-03-03Use tvb_ether_to_str().Jeff Morriss1-13/+13
2011-01-16Use tvb_memeql().Jeff Morriss1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-4/+4
2006-11-09Improve HP Switch Protocol Dissection.Jaap Keuter1-6/+32
2006-11-05Add HP Switch Protocol SAP valueJaap Keuter1-4/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-05-09I just found a packet with an option e. As the value looked very muchJörg Mayer1-0/+13
2005-04-01From Charlie Lenahan: support for some HP switch protocol.Guy Harris1-0/+270