aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sll.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-05Add conversation/endpoint statistics for Linux SLLMichael Mann1-0/+80
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-1/+4
2016-09-10sll: add unused bytes to tree.Dario Lombardo1-0/+11
2016-09-10Add Socket CANFD dissector.Michael Mann1-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-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-05SLL: add SLL protocol type to 'Decode As' dialogPascal Quantin1-1/+23
2016-01-17[sll] call the netlink dissector if the arp_hdr type is netlinkMartin Kaiser1-6/+18
2016-01-16[sll] add LINUX_SLL_P_NETLINKMartin Kaiser1-11/+9
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-3/+3
2015-12-14Create some more capture dissector tables.Michael Mann1-27/+2
2015-12-14Create capture dissector tables.Michael Mann1-21/+13
2015-12-13Standardize the capture dissector function signature.Michael Mann1-2/+2
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-5/+8
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-11-06Add Nokia Intelligent Service Interface (ISI) dissectorTyson Key1-0/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-2/+2
2015-01-07SET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the tvb_get_ptr use.Michael Mann1-18/+7
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-08-15Remove unneeded #include <epan/prefs.h>; As needed: Add editor-modelines & ad...Bill Meier1-3/+16
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-11- Make local functions static.Anders Broman1-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-20Convert ethertype() function into a pure dissector. Bug 9454 (https://bugs.w...Michael Mann1-2/+11
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-08Convert: vlan, sll, rip to NEW_PROTO_TREE_APIJakub Zawadzki1-73/+90
2013-09-12More dissector table name related changes (a continuation of r51904).Chris Maynard1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2013-02-13From Sascha Herrmann:Jaap Keuter1-0/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-10Fix a proto_tree_add_ipv4() call that was presumably intended to be aGuy Harris1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-11-25Fix for bug 5435:Jaap Keuter1-0/+1
2010-11-21Fix for bug 5425:Jaap Keuter1-0/+1
2010-11-20Fix for bug 5422:Jaap Keuter1-0/+9
2010-10-01From Chris Maynard:Guy Harris1-1/+3
2010-09-12Decode SLL payloads using a dissector table based on sll.ltype.Balint Reczey1-39/+10
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1