aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-28Eliminate more unnecessary casting away of constness.Guy Harris1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-29epl: Put OD information into own subtreeChristoph Schlosser1-5/+15
2015-10-26EPL: fix no previous prototype for epl_[gs]et_sequence_nr [-Wmissing-prototypes]Alexis La Goutte1-2/+2
2015-10-26EPL: add explicit casts to please OSX 10.5 x86 buildbotPascal Quantin1-2/+2
2015-10-25epl: Remove usage of subnumRoland Knall1-5/+34
2015-10-08epl: fix bug in g_hash_table_lookup_extended() call (CID 1254382)Dario Lombardo1-10/+5
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-1/+1
2015-08-05epl: Fix Payload sub-dissectionRoland Knall1-5/+6
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