aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-09-26Get rid of check_col() and use ENC.etxrab1-110/+102
2011-09-21Whitespace cleanup:wmeier1-31/+31
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-06-06Added code to distinguish conversations between different RTUs that happen to...grahamb1-9/+69
2011-05-13Fix Bug 5920: "DNP3 dissector incorrect constants AL_OBJ_FCTR_16NF _FDCTR_32N...wmeier1-3/+3
2011-05-12From Yaniv Kaul via bug 5858: Fix some "set but not used" warnings. Icmaynard1-10/+5
2011-03-22Initialize al_cto before usage.stig1-0/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+6
2011-01-15Replace some duplicate blurbs with NULLmorriss1-19/+19
2011-01-14Removed redundant comparison that caused compilation failure on OSXgrahamb1-1/+1
2011-01-14Updated dissector:grahamb1-35/+408
2010-12-20From Rob Casey:jake1-1/+18
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-12-10From Rob Casey:etxrab1-1/+19
2010-11-15"Fill" value_strings.etxrab1-0/+1
2010-11-08Use value_string_ext fcns to access certain value_string arrays;wmeier1-32/+33
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-5/+5
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-13/+6
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-28Added svn:ignore targets.stig1-5/+5
2010-02-06Renamed some reassembled data texts.stig1-1/+1
2010-02-03Changed "reassembled_length" -> "reassembled.length".stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-1/+7
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-1/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-5/+5
2009-10-16Fix memory leak; init fragment_table & reassembled_table in registered init fcn;wmeier1-10/+5
2009-10-06From Didier Gautheron:etxrab1-1/+3
2009-09-30Removed 'l' modifier for %g, as it will be ignored.stig1-3/+3
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...krj1-2/+1
2009-09-08From Xavier Laxa:etxrab1-2/+10
2009-08-09Don't guard col_clear with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-23Saved by removing the bell.guy1-1/+1
2009-07-23Set editor modelines to be consistent between emacs and vi/ex;wmeier1-4/+4
2009-07-07From Kovarththanan Rajaratnam:stig1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-71/+71
2009-05-13Apply some of the patches from:etxrab1-2/+1
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...wmeier1-1/+1
2009-03-30Add a couple of size_t casts to packet-dnp.c.gerald1-1/+1
2009-01-06From Roy M. Silvernail:jake1-25/+71
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-4/+4
2008-09-02Fix a few Emacs "file variables" to have "safe" values.wmeier1-1/+1
2008-06-05Squash uninitialised use warning.martinm1-1/+1
2008-06-05Added decoding of object 110 (Octet string), fixed reassembly if transport fr...grahamb1-27/+50
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-3/+4
2008-04-11Corrected assumption that offset is always > start_offset. If the first obje...grahamb1-1/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2007-09-06Fix problems found by Beyond Security: gerald1-14/+43