aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-llt.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
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-5/+5
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-3/+3
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* From Didier Gautheron:Anders Broman2010-01-131-1/+0
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Change my e-mail addressStephen Fisher2009-05-311-1/+1
* Indicate hexadecimal preferences.Stig Bjørlykke2009-03-081-1/+1
* Minor cleanup related to proto_reg_handoff ....Bill Meier2008-09-111-1/+1
* Cleanup related to prefs & proto_reg_handoffBill Meier2008-09-031-13/+20
* Change instance of 0xCAFE to ETHERTYPE_LLT for consistency. No functionalStephen Fisher2007-11-061-1/+1
* As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...Anders Broman2006-12-071-1/+1
* Use val_to_str() instead of match_strval().Gerald Combs2006-11-281-14/+14
* from stephen fRonnie Sahlberg2006-08-181-0/+165