aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fr.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-29Froim Rene Pilz:Anders Broman1-0/+7
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-4/+4
2005-03-21Add a capture_fr() routine when capturing on Frame Relay.Guy Harris1-0/+199
2004-12-01Replace GRE_FR with ETHERTYPE_RAW_FR.Gerald Combs1-1/+1
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris1-3/+11
2004-09-28Move the xDLC helper routines into epan.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+740