aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-6/+6
2014-04-17remove duplicated entries.AndersBroman1-4/+0
2014-04-17From Graham Bloice:AndersBroman1-8/+12
2014-04-01Fixed display of IIN during reads and writes of IIN object.Graham Bloice1-17/+28
2014-03-07Fix DNP3 Dissector DNP3 Read Requests and Direct Op No ACKscbontje1-39/+49
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-6/+6
2013-12-13Fix Visual Studio Code Analysis warning C6001: Using uninitialized memory 'ob...Chris Maynard1-1/+1
2013-11-17From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9442 :Pascal Quantin1-24/+26
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+8
2013-10-04Updated email address for Chris Bontje and myself.Graham Bloice1-5/+4
2013-10-04From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9195:Graham Bloice1-15/+230
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-6/+6
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-3/+3
2013-09-05From Chris Bontje:Anders Broman1-17/+89
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-3/+1
2013-07-28Improved info column with multiple pdu's in a frameGraham Bloice1-5/+17