aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fr.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-353/+417
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-6/+6
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-3/+3
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-23Custom columnfication:krj1-5/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-8/+8
2009-08-09Don't guard col_clear with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_checkkrj1-8/+4
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-14/+14
2009-04-07Use some default true_false_string's.wmeier1-5/+1
2009-03-27From Artem Tamazov:etxrab1-113/+126
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2008-06-27Fix some warnings reported by gcc -Wshadow ... wmeier1-20/+20
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-3/+6
2007-09-30update filter fields for bug 1803sahlberg1-2/+2
2006-11-29Froim Rene Pilz:etxrab1-0/+7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-4/+4
2005-03-21Add a capture_fr() routine when capturing on Frame Relay.guy1-0/+199
2004-12-01Replace GRE_FR with ETHERTYPE_RAW_FR.gerald1-1/+1
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedguy1-3/+11
2004-09-28Move the xDLC helper routines into epan.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+740