summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-fddi.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-19Register for SFLOW_245_HEADER_FDDI.Guy Harris1-0/+2
2017-06-19Register for WTAP_ENCAP_FDDI.Guy Harris1-0/+1
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-3/+10
2016-04-25fddi: fix 'pseudo_header' was marked unused but was used [-Werror,-Wused-but-...Alexis La Goutte1-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-1/+1
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-18Directly call the FDDI and "raw IP" dissectors from the nettl dissector.Guy Harris1-9/+8
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-2/+2
2015-12-14Create capture dissector tables.Michael Mann1-14/+9
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-5/+14
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-6/+8
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-6/+6
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-8/+4
2015-01-11FDDI: fix a memory corruption introduced in gecaa1f8Pascal Quantin1-2/+2
2015-01-09convert variables that were static just because of SET_ADDRESS macro to use t...Michael Mann1-7/+7
2015-01-02tshark: Add endpoints statisticsMichael Mann1-1/+1
2014-12-24Replace fc_to_str with address_to_str or tvb_fc_to_str.Michael Mann1-5/+0
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-13Add dissector table for sFlow header dissection.Michael Mann1-0/+3
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-7/+20
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-1/+26
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-1/+1
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+28
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-11-16Fix previous commit + rename to bitswap.Jakub Zawadzki1-1/+1
2013-11-16Exporting/importing variables cause problems, so create function to do bitswa...Jakub Zawadzki1-5/+2
2013-11-16Move bitswap.[ch] from epan to wsutil.Jakub Zawadzki1-1/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2012-10-22Comment more cases where static allocation is used with SET_ADDRESS.Jakub Zawadzki1-1/+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-03General cleanup to include:Bill Meier1-176/+175
2011-02-16Make swap_mac_addr() take a pointer to a TVB and an offset rather thanJeff Morriss1-6/+6
2011-01-16Use tvb_ip_to_str().Jeff Morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
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_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-7/+13
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-1/+0
2006-07-04Note what the standards are for FDDI.Guy Harris1-0/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-08-18several times replacing:Ulf Lamping1-7/+7
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-2/+2