aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-llc.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-34/+34
2023-06-08Don't have every dissector include wtap.hJohn Thacker1-1/+0
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-10-20Added Allied Telesis Loop Detection FramesMartin Mayer1-1/+8
2020-12-15FC: use ETHERTYPE_UNK when applicable, no excusesJaap Keuter1-1/+0
2020-12-04wlan, llc: support EPD and LPD for 802.11 frames.Guy Harris1-17/+36
2020-11-29llc: don't fetch the etype until it's needed and if it's present.Guy Harris1-7/+6
2020-11-29llc: clean up indentation.Guy Harris1-9/+9
2020-04-24Add a comment explaining why we treat OUI_HP_2 specially.Guy Harris1-0/+15
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-09Fix dissection of gatewayed/bridged LLAP packets.Guy Harris1-16/+0
2018-10-02llc.c: Check ethertype 0x88DC and call the ethertype dissector.AndersBroman1-1/+17
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-21Remove oui_vals value_string and epan/oui.cMichael Mann1-6/+8
2017-02-06llc: replace GHashTable and glib allocator with wmem.Dario Lombardo1-6/+6
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+3
2016-11-12fix no previous prototype for ‘capture_*’ [-Wmissing-prototypes]Alexis La Goutte1-2/+2
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-37/+47
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-10/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-3/+3
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-17/+10
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-7/+7
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-4/+4
2016-02-13Dissection of SSAPs is a bit weird. 0x1 would be displayed as ">Unknown (0x01)"Joerg Mayer1-1/+2
2015-12-20Create capture dissector table for LLC non-snap dissectors.Michael Mann1-18/+2
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-10/+10
2015-12-14Create some more capture dissector tables.Michael Mann1-0/+2
2015-12-14Create capture dissector tables.Michael Mann1-50/+34
2015-12-13Standardize the capture dissector function signature.Michael Mann1-9/+9
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-22/+19
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-3/+3
2015-04-07Add proper "Decode As" mechanism for AAL2 instead of preference.Michael Mann1-0/+2
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-2/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-4/+4
2014-11-09Create a subdissector table for juniper payload protocols.Michael Mann1-0/+4
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-3/+3
2014-08-15paacket-llc.c: Minor changesBill Meier1-2/+14
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-44/+31
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-01Just have one value_string table for OUIs.Guy Harris1-1/+1
2014-05-31Move the definitions of OUI value_strings to epan/oui.c.Guy Harris1-55/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-3/+3
2013-12-18Remove unneeded #include epan/dissectors/packet-scsi.hAlexis La Goutte1-1/+0
2013-12-18Fix [-Wmissing-prototypes]Anders Broman1-0/+1