Fix for bug 5422:
[obnox/wireshark/wip.git] / epan / dissectors / packet-fr.c
2010-09-23 morrissReplace blurbs that match the name (case insensitive...
2010-04-06 wmeier#include <string.h> not needed.
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2009-08-23 krjCustom columnfication:
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST...
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-07 stigChanged flags_set_truth -> tfs_set_notset
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-04-07 wmeierUse some default true_false_string's.
2009-03-27 etxrabFrom Artem Tamazov:
2008-09-30 wmeierMinor proto_reg_handoff cleanup: use find_dissector...
2008-06-27 wmeierFix some warnings reported by gcc -Wshadow ...
2008-05-15 wmeierFix some of the Errors/warnings detected by checkapi.
2007-09-30 sahlbergupdate filter fields for bug 1803
2006-11-29 etxrabFroim Rene Pilz:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-03-21 guyAdd a capture_fr() routine when capturing on Frame...
2004-12-01 geraldReplace GRE_FR with ETHERTYPE_RAW_FR.
2004-11-24 guyExport two versions of the Ethereal dissector, for...
2004-09-28 guyMove the xDLC helper routines into epan.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 gramMove dissectors to epan/dissectors directory.