aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bfd.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup:Bill Meier2012-09-281-2/+2
* expert_add...() shouldn't be called under 'if (tree)'.Bill Meier2012-09-231-34/+46
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update display filter names per Bug 2794. Part 1 of many.Michael Mann2012-07-221-12/+12
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier2012-05-151-3/+1
* Fix some encoding arguments.Jeff Morriss2012-05-051-1/+1
* Indicate why the flags have a field width of 6.Guy Harris2012-05-011-6/+8
* No C++-style comments, please; some C compilers reject them.Guy Harris2012-04-301-6/+6
* Add some initializations to squelch (bogus) warnings (either the versionGuy Harris2012-04-301-11/+11
* Rework code slightly:Bill Meier2012-04-301-237/+219
* Parenthesize an expression to prevent a possible overflow resulting an incorr...Bill Meier2012-04-301-1/+1
* One more contributor...Anders Broman2011-12-061-1/+2
* Add a contributor.Anders Broman2011-12-021-0/+1
* From Krishnamurthy Mayya:Anders Broman2011-11-301-0/+4
* Fix Checkapi found errors.Anders Broman2011-11-281-6/+6
* From Krishnamurthy Mayya:Anders Broman2011-11-281-2/+6
* From Krishnamurthy Mayya:Anders Broman2011-11-281-3/+197
* Get rid of check_col, while at it set ENC.Anders Broman2011-09-261-6/+4
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-2/+2
* Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier2010-05-101-108/+109
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* Removed an unused variable.Stig Bjørlykke2009-11-091-2/+0
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke2009-07-071-10/+10
* From Artem Tamazov:Anders Broman2009-06-291-0/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-7/+7
* Define certain fcns as static (if not used externally).Bill Meier2009-03-291-2/+2
* Removed even more "statement not reached" warnings.Stig Bjørlykke2008-02-071-1/+1
* From Todd J Martin:Stig Bjørlykke2007-09-071-47/+315
* From: Bálint Réczey:Jaap Keuter2006-08-081-7/+25
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* Properly terminate a value string. Fixes a current Buildbot complaint.Gerald Combs2006-02-271-1/+2
* From Balint Reczey (IJ/ETH)Anders Broman2006-02-201-27/+173
* Use the new "proto_tree_add_*_format_value" routines.Guy Harris2006-02-161-23/+19
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+273