aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-brdwlk.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier2012-05-151-2/+0
* AFAICT sys/types.h & netinet/in.h #includes are not needed.Bill Meier2012-05-041-69/+57
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-3/+3
* 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-88/+88
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+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
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-15/+15
* FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier2009-05-081-1/+1
* Fix some of the Errors/warnings detected by checkapi.Bill Meier2008-05-141-2/+3
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* Bill Meier:Jörg Mayer2006-01-051-1/+1
* get rid of an array and dissect a bitmask properlyRonnie Sahlberg2005-11-051-48/+132
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-1/+1
* various code cleanup:Ulf Lamping2005-08-081-4/+0
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+404