aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fr.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-25fr: fix 'pseudo_header' was marked unused but was used [-Werror,-Wused-but-ma...Alexis La Goutte1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-02-14Register Q.931 in the osinl.incl dissector table.Guy Harris1-2/+6
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-7/+7
2015-12-14Create capture dissector tables.Michael Mann1-58/+43
2015-12-13Standardize the capture dissector function signature.Michael Mann1-3/+3
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-5/+7
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-3/+3
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-13/+16
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-06-25Add proper "Decode As" mechanism for L2TPv3 subdissectors instead of preference.Michael Mann1-0/+2
2015-04-07Add proper "Decode As" mechanism for AAL2 instead of preference.Michael Mann1-0/+1
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/+2
2014-11-09Create a subdissector table for juniper payload protocols.Michael Mann1-0/+2
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-08Get rid of no-longer-used variable.Guy Harris1-1/+0
2014-08-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-43/+53
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-6/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+3
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-09-12More dissector table name related changes (a continuation of r51904).Chris Maynard1-3/+3
2013-09-11Rename frame relay NLPID dissector table from "fr.ietf" to "fr.nlpid".Chris Maynard1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+1
2012-12-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8095 :Pascal Quantin1-4/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-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-353/+417
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-3/+3
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-23Custom columnfication:Kovarththanan Rajaratnam1-5/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-8/+8
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_checkKovarththanan Rajaratnam1-8/+4
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-14/+14
2009-04-07Use some default true_false_string's.Bill Meier1-5/+1
2009-03-27From Artem Tamazov:Anders Broman1-113/+126
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-20/+20
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-3/+6
2007-09-30update filter fields for bug 1803Ronnie Sahlberg1-2/+2