aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-21Make Mac OS X buildbot happy (fix index shadow variable)Alexis La Goutte1-38/+38
2014-03-21EPL: Enable PLK to display OD entriesLukas Emersberger1-70/+649
2014-03-21openSAFETY, EPL: Fix heuristic for false-positivesRoland Knall1-11/+11
2014-03-11EPL: Support SyncReq and SyncResp FramesLukas Emersberger1-21/+323
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-21EPL + openSAFETY: Better handling of guint in EPLRoland Knall1-24/+49
2014-02-19fix endless loopMartin Kaiser1-0/+2
2014-02-14openSAFETY: Reduce overload and display gap dataRoland Knall1-4/+5
2014-02-13Powerlink: New heuristic payload dissectionRoland Knall1-37/+38
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
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