aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-llc.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-14Add a cast to silence an unnecessary warning.Evan Huus1-1/+1
2013-12-14From Peter Paluch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9158Evan Huus1-15/+61
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+2
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-1/+1
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-11Instead of prepending "LLC " to the UI table name, just modify the table name. Chris Maynard1-3/+1
2013-09-09Change some internal dissector table UI names so it's clear which protocol th...Chris Maynard1-1/+3
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-15/+7
2013-04-07Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-03-19From beroset:Anders Broman1-3/+3
2013-03-18From Michal Labedzki:Anders Broman1-1/+1
2012-11-04From Andrei Emeltchenko: Add OUI_BLUETOOTH part of https://bugs.wireshark.org...Anders Broman1-0/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1