aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
Commit message (Expand)AuthorAgeFilesLines
* Improved info column with multiple pdu's in a frameGraham Bloice2013-07-281-5/+17
* Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki2013-07-171-1/+1
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2013-07-031-1/+0
* Batch of filterable expert infos.Michael Mann2013-06-091-2/+12
* Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris2013-03-221-7/+5
* [-Wmissing-prototypes]Anders Broman2013-03-161-3/+6
* Get rid of unused string to squelch warning.Guy Harris2013-02-141-2/+1
* From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8333 :Pascal Quantin2013-02-141-14/+24
* Fix a bunch of warnings.Guy Harris2012-12-261-1/+1
* Fix [-Wuninitialized] warning.Bill Meier2012-11-271-1/+1
* General cleanup:Bill Meier2012-11-271-435/+918
* From Chris Bontje:Anders Broman2012-11-161-5/+24
* The heuristic is to weak, add a preference if heuristics shoulld be used or n...Anders Broman2012-10-311-2/+13
* Enhancements to DNP3.0 Control Code Dissection (https://bugs.wireshark.org/bu...Michael Mann2012-10-161-9/+11
* From Benjamin Stocks:Anders Broman2012-10-161-31/+54
* replaced decode_boolean_bitfield calls with itemized filtersMichael Mann2012-09-261-22/+52
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-2/+2
* From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss2012-09-071-5/+7
* Various DNP3 cleanups and fixes:Graham Bloice2012-08-141-25/+38
* Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris2012-07-181-1/+1
* From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7491 :Pascal Quantin2012-07-171-0/+1
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-04-301-2/+1
* Fixed wrong registration call causing compilation warnings.Graham Bloice2011-12-091-1/+1
* Added dissector registration for udp messages to permit use with a USER_DLT a...Graham Bloice2011-12-091-0/+3
* Added definition and handling for IIN Function Code Not Implemented bit.Graham Bloice2011-12-091-20/+27
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-2/+2
* Get rid of check_col() and use ENC.Anders Broman2011-09-261-110/+102
* Whitespace cleanup:Bill Meier2011-09-211-31/+31
* Fix ex "modeline" so it works;Bill Meier2011-09-211-1/+1
* Added code to distinguish conversations between different RTUs that happen to...Graham Bloice2011-06-061-9/+69
* Fix Bug 5920: "DNP3 dissector incorrect constants AL_OBJ_FCTR_16NF _FDCTR_32N...Bill Meier2011-05-131-3/+3
* From Yaniv Kaul via bug 5858: Fix some "set but not used" warnings. IChris Maynard2011-05-121-10/+5
* Initialize al_cto before usage.Stig Bjørlykke2011-03-221-0/+1
* Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke2011-01-301-0/+6
* Replace some duplicate blurbs with NULLJeff Morriss2011-01-151-19/+19
* Removed redundant comparison that caused compilation failure on OSXGraham Bloice2011-01-141-1/+1
* Updated dissector:Graham Bloice2011-01-141-35/+408
* From Rob Casey:Jaap Keuter2010-12-201-1/+18
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-2/+2
* From Rob Casey:Anders Broman2010-12-101-1/+19
* "Fill" value_strings.Anders Broman2010-11-151-0/+1
* Use value_string_ext fcns to access certain value_string arrays;Bill Meier2010-11-081-32/+33
* Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris2010-05-211-5/+5
* As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss2010-05-131-13/+6
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris2010-02-271-5/+5
* Renamed some reassembled data texts.Stig Bjørlykke2010-02-061-1/+1