aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-06-09Batch of filterable expert infos.Michael Mann1-2/+12
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+5
2013-03-16[-Wmissing-prototypes]Anders Broman1-3/+6
2013-02-14Get rid of unused string to squelch warning.Guy Harris1-2/+1
2013-02-14From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8333 :Pascal Quantin1-14/+24
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-11-27Fix [-Wuninitialized] warning.Bill Meier1-1/+1
2012-11-27General cleanup:Bill Meier1-435/+918
2012-11-16From Chris Bontje:Anders Broman1-5/+24
2012-10-31The heuristic is to weak, add a preference if heuristics shoulld be used or n...Anders Broman1-2/+13
2012-10-16Enhancements to DNP3.0 Control Code Dissection (https://bugs.wireshark.org/bu...Michael Mann1-9/+11
2012-10-16From Benjamin Stocks:Anders Broman1-31/+54
2012-09-26replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-22/+52
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-5/+7