aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aruba-erm.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-16Have register_decode_as_next_proto create dissector table.Michael Mann1-9/+3
2017-07-11Expand register_decode_as_next_proto to include prompt string.Michael Mann1-21/+1
2017-02-02Make some more protocols into pinos.Michael Mann1-6/+6
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-35/+14
2016-09-02aruba_erm: register dissector by name.Dario Lombardo1-0/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-24Refactor 802.11 radio flags.Simon Barber1-4/+4
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-7/+7
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-22/+28
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-06-25Clean up 802.11 radio information handling.Guy Harris1-2/+2
2015-06-25ARUBA (ERM): Add type 5Alexis La Goutte1-0/+18
2015-06-25Aruba (ERM): Add missing type 4 (PPI) to Decode ASAlexis La Goutte1-0/+1
2015-06-21ERM (Aruba): Fix Assigned value is garbage or undefined found by Clang AnalyzerAlexis La Goutte1-1/+1
2015-06-20Call the "802.11 radio information" dissector for radio headers.Guy Harris1-34/+41
2015-06-08Aruba ERM: Fix Dead Store (Dead assignement/Dead increment) warning found by ...Alexis La Goutte1-2/+0
2015-06-06Aruba ERM: Use decode AS for decode Aruba ERM Type..Alexis La Goutte1-45/+179
2015-06-06Aruba ERM: Fix FCS for Type 1 (PEEK)Alexis La Goutte1-1/+4
2015-06-06Aruba ERM: Fix FCS for Type 3Alexis La Goutte1-7/+15
2015-05-20Aruba ERM: fix typoAlexis La Goutte1-1/+1
2015-05-17Update some comments.Guy Harris1-1/+19
2015-05-17Improve comments, fix capitalization of "Aruba".Guy Harris1-15/+29
2015-05-17Make the human-readable names the same in the preferences and the packets.Guy Harris1-6/+6
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-2/+2
2014-05-29Introduce 802.11 dissectors with wired-in "FCS present" indications.Guy Harris1-1/+1
2014-03-15Fix compilation of packet-aruba-erm.cPascal Quantin1-2/+2
2014-03-15Enhance dissector Aruba ERMAlexis La Goutte1-64/+131
2014-03-13Add support for Aruba ERM Radio-FormatHadriel Kaplan1-10/+97
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-0/+12
2013-08-28packet-aruba-erm.c:136: warning: 'range_add_callback' defined but not usedAnders Broman1-11/+0
2013-08-28Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-1/+2
2013-03-13- [-Wmissing-prototypes]Anders Broman1-1/+0
2013-03-12- [-Wmissing-prototypes]Anders Broman1-0/+3
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-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-1/+1
2010-04-24Make the absolute_time_display_e enum start at 1000 to avoid overlapping withJeff Morriss1-8/+8
2010-01-24From Alexis La Goutte via bug 4418:Stig Bjørlykke1-0/+159