aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-21Create new dissectors when a protocol goes across ethernet and "something els...Michael Mann1-6/+16
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-10-19Correct source code formatting. Bug 9146 (https://bugs.wireshark.org/bugzill...Michael Mann1-1686/+1573
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-3/+3
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-25/+21
2013-09-13From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9047 :Pascal Quantin1-243/+349
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-4/+3
2013-06-19Fix CID 1033205: Dead default in switch (DEADCODE)Jörg Mayer1-2/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-101/+60
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-4/+12
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-14/+14
2012-10-18Minor Updates:Bill Meier1-138/+643
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-4/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-54/+54
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-10/+10
2011-07-21Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-215/+197
2011-05-23Use correct subtree in a few cases: Fixes Coverity 921,894,878 & 1136;Bill Meier1-7/+8
2011-03-16From Roland Knall:Anders Broman1-31/+444
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-12-10Well, not quite - proto_tree_add_item() doesn't work on FT_ABSOLUTE_TIMEGuy Harris1-1/+4
2009-12-10Just use proto_tree_add_item(), don't use a fancy sequence of code thatGuy Harris1-5/+1
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-8/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-8/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-127/+127
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-05From Daniel Krueger:Jeff Morriss1-5/+5
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-4/+4
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-13/+13
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-7/+7
2007-06-06Unconditionally initialize profile (avoid a warning causing the distcheck bui...Luis Ontanon1-1/+1
2007-06-06Fwom David Buechi: Powerlink dissector enhancement:Bill Meier1-4/+13
2007-03-10From David Buechi:Jeff Morriss1-12/+26
2007-03-09GCC warning fixesJörg Mayer1-1/+1
2007-02-27From Daniel Krüger:Anders Broman1-388/+732
2006-11-27Since this dissector is already 'new style' (it returns FALSE if it thinks th...Jeff Morriss1-13/+13
2006-08-23move the include for emem.h so that size_t is defined before emem.h is invokedRonnie Sahlberg1-1/+1
2006-08-22From David Buechi:Anders Broman1-0/+1164