aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-04EPL: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-20/+16
2015-07-23epl: Fix epl write multiple parameter by indexChristoph Schlosser1-15/+52
2015-07-03Split more init routines into init/cleanup functionsPeter Wu1-0/+7
2015-06-26epl: Set Payload to remaining bytesRoland Knall1-2/+21
2015-06-10epl: Add config option for dupl. cmd layerRoland Knall1-1/+5
2015-04-28epl: Add support for AMNI frameJosef Baumgartner1-1/+20
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-3/+3
2015-01-27epl: Add Manufacturer subdissectorRoland Knall1-43/+75
2015-01-19epl: Rework POWERLINK (EPL) dissectorJosef Baumgartner1-191/+401
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-2/+2
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-5/+5
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-8/+42
2014-11-20EPL: fix warning: no previous prototype for function ... [-Wmissing-prototypes]Alexis La Goutte1-5/+5
2014-11-14epl: Duplicated FramesLukas Emersberger1-81/+172
2014-11-07epl: Reassembly table fixLukas Emersberger1-3/+6
2014-10-04EPL: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-10-02epl: FIX PDO_MappingLukas Emersberger1-12/+43
2014-09-10Various minor changes:Bill Meier1-94/+94
2014-09-09EPL: Fix offset calculationRoland Knall1-3/+1
2014-09-09Fix some spelling & grammar.Bill Meier1-2/+2
2014-07-29Remove unused variableEvan Huus1-4/+2
2014-07-29EPL: Fix for Write Multiple by indexLukas Emersberger1-14/+125
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-10/+4
2014-06-04Try to please the OSX build botAndersBroman1-6/+6
2014-06-04EPL: Reassemble the splitted payloadRoland Knall1-23/+316
2014-05-30EPL: Duplicated framesLukas Emersberger1-16/+225
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-3/+5
2014-04-14Fix no previous prototype warnings.AndersBroman1-1/+1
2014-04-07Sort the values in value_strings that we'll treat as extended.Guy Harris1-92/+93
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