aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-12-11DNP3: Fix events with relative timeGraham Bloice1-2/+2
2018-09-11[packet-dnp.c] - Better solution for handling malformed messages containing "...Chris Bontje1-29/+56
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-29DNP3: Limit the amount of "empty" objects/fields can be present in a packet.Michael Mann1-0/+15
2017-12-31DNP3: Add support for new Group 0 variationsGraham Bloice1-1132/+1270
2017-12-21DNP3: Fix timestamps on command event objectsPaul Thomas1-1/+7
2017-05-21dnp3: fix parser when a packed variation is used with prefix value qualifierEric Wetzel1-5/+15
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-4/+4
2017-02-05DNP3: Fix reassembly of out of order fragmentsGraham Bloice1-130/+45
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-21/+5
2017-01-29Register reassembly tablesMichael Mann1-3/+3
2016-12-14Remove add_item_textMichael Mann1-52/+20
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-3/+2
2016-10-30dnp3: improve data link layer dissectionGraham Bloice1-52/+78
2016-10-29dnp3: fix indent and variable namesGraham Bloice1-12/+12
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-07-26DNP dissector. Typo in commentsbartolootrit1-10/+10
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-4/+5
2016-06-26conversation: rename shadow variableDario Lombardo1-1/+1
2016-06-06DNP: Make checkhf (ei ?) happyMichael Mann1-0/+4
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-8/+8
2016-01-01DNP3: dissector cleanupGraham Bloice1-130/+126
2015-12-30Prevent infinite loop in DNP3 dissector.Michael Mann1-0/+2
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-2/+2
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-11-01udp_dissect_pdus follow-upMichael Mann1-14/+15
2015-08-18Add udp_dissect_pdus.Michael Mann1-21/+16
2015-08-17DNP3: add support for udp multi frame packets.Dario Lombardo1-13/+25
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-18/+32
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-5/+8
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-5/+5
2015-06-22Fix make distcheck buildbotAlexis La Goutte1-5/+1
2015-06-22Eliminate proto_tree_add_text from some dissectors.Michael Mann1-26/+54
2015-04-08Remove RTAC Serial preference that doubled for Decode As.Michael Mann1-2/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2015-01-01Added DNP3 support for g13 and g43, output command eventsGraham Bloice1-9/+117
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-20/+22
2014-10-10DNP3 Protocol Bugfix / Enhancementcbontje1-14/+17
2014-09-07Create subdissector table for RTAC Serial and have dissectors register with i...Michael Mann1-1/+3
2014-08-08Fix compiler warning.Guy Harris1-1/+1
2014-08-08Add routines for CRC-16 with a polynomial of 0x3D65.Guy Harris1-66/+12
2014-07-27Added function dnp3_header_check() to check the validity of a DNP3Graham Bloice1-10/+40
2014-07-17When DNP3 heuristics are disabled, relax the conditions onGraham Bloice1-2/+2
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-43/+23