aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udld.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 Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier2012-05-151-2/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-2/+2
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-6/+6
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-2/+2
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* Put flags subtree under correct element.Stig Bjørlykke2009-11-091-1/+1
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-1/+1
* 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-8/+8
* Filled in missing hf entries.Martin Mathieson2007-01-181-0/+8
* Adding initial version of UDLD dissectorJaap Keuter2006-10-121-0/+296