aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aruba-papi.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-22aruba (PAPI): fix conflicting entry in its value_stringAlexis La Goutte1-2/+2
2017-01-31PAPI: Add dissection of Licence ManagerAlexis La Goutte1-3/+271
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-08-18PAPI: Add Port (src/dest) descriptionAlexis La Goutte1-2/+301
2016-07-07PAPI: Update Header fieldAlexis La Goutte1-33/+57
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-07Remove #if 0'ed out includes.Guy Harris1-7/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-40/+47
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-10Fix indent (use 4 spaces and modelines info)Alexis La Goutte1-228/+240
2013-03-13- [-Wmissing-prototypes]Anders Broman1-2/+2
2013-03-12- [-Wmissing-prototypes]Anders Broman1-0/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-3/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-18/+18
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-20(Minor): pretfs callback not req'd; Bill Meier1-7/+4
2010-10-20From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-0/+353