aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-22Initialize al_cto before usage.Stig Bjørlykke1-0/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2011-01-15Replace some duplicate blurbs with NULLJeff Morriss1-19/+19
2011-01-14Removed redundant comparison that caused compilation failure on OSXGraham Bloice1-1/+1
2011-01-14Updated dissector:Graham Bloice1-35/+408
2010-12-20From Rob Casey:Jaap Keuter1-1/+18
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-10From Rob Casey:Anders Broman1-1/+19
2010-11-15"Fill" value_strings.Anders Broman1-0/+1
2010-11-08Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-32/+33
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-5/+5
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-13/+6
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-5/+5
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-1/+1
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1