Move 3 ASN1 dissectors to 'clean' group; move 1 PIDL dissector to 'dirty' group.
[metze/wireshark/wip.git] / epan / dissectors / packet-bfd.c
2012-12-10 Bill MeierMinor cleanup:
2012-11-19 Anders BromanFrom Krishnamurthy Mayya:
2012-09-28 Bill MeierCleanup:
2012-09-23 Bill Meierexpert_add...() shouldn't be called under 'if (tree)'.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-22 Michael MannUpdate display filter names per Bug 2794. Part 1 of...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-15 Bill MeierRemove unneeded #includes (stdlib, stdio, ctypes, time);
2012-05-05 Jeff MorrissFix some encoding arguments.
2012-05-01 Guy HarrisIndicate why the flags have a field width of 6.
2012-04-30 Guy HarrisNo C++-style comments, please; some C compilers reject...
2012-04-30 Guy HarrisAdd some initializations to squelch (bogus) warnings...
2012-04-30 Bill MeierRework code slightly:
2012-04-30 Bill MeierParenthesize an expression to prevent a possible overfl...
2011-12-06 Anders BromanOne more contributor...
2011-12-02 Anders BromanAdd a contributor.
2011-11-30 Anders BromanFrom Krishnamurthy Mayya:
2011-11-28 Anders BromanFix Checkapi found errors.
2011-11-28 Anders BromanFrom Krishnamurthy Mayya:
2011-11-28 Anders BromanFrom Krishnamurthy Mayya:
2011-09-26 Anders BromanGet rid of check_col, while at it set ENC.
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-05-10 Bill MeierIndentation & whitespace cleanup (including: "4 space...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2009-11-09 Stig BjørlykkeRemoved an unused variable.
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-07 Stig BjørlykkeChanged flags_set_truth -> tfs_set_notset
2009-06-29 Anders BromanFrom Artem Tamazov:
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-03-29 Bill MeierDefine certain fcns as static (if not used externally).
2008-02-07 Stig BjørlykkeRemoved even more "statement not reached" warnings.
2007-09-07 Stig BjørlykkeFrom Todd J Martin:
2006-08-08 Jaap KeuterFrom: Bálint Réczey:
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-02-27 Gerald CombsProperly terminate a value string. Fixes a current...
2006-02-20 Anders BromanFrom Balint Reczey (IJ/ETH)
2006-02-16 Guy HarrisUse the new "proto_tree_add_*_format_value" routines.
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.