aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-14Various DNP3 cleanups and fixes:Graham Bloice1-25/+38
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-1/+1
2012-07-17From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7491 :Pascal Quantin1-0/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-30Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2011-12-09Fixed wrong registration call causing compilation warnings.Graham Bloice1-1/+1
2011-12-09Added dissector registration for udp messages to permit use with a USER_DLT a...Graham Bloice1-0/+3
2011-12-09Added definition and handling for IIN Function Code Not Implemented bit.Graham Bloice1-20/+27
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-09-26Get rid of check_col() and use ENC.Anders Broman1-110/+102
2011-09-21Whitespace cleanup:Bill Meier1-31/+31
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-06-06Added code to distinguish conversations between different RTUs that happen to...Graham Bloice1-9/+69
2011-05-13Fix Bug 5920: "DNP3 dissector incorrect constants AL_OBJ_FCTR_16NF _FDCTR_32N...Bill Meier1-3/+3
2011-05-12From Yaniv Kaul via bug 5858: Fix some "set but not used" warnings. IChris Maynard1-10/+5