aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-1/+7
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-5/+5
2009-10-16Fix memory leak; init fragment_table & reassembled_table in registered init fcn;Bill Meier1-10/+5
2009-10-06From Didier Gautheron:Anders Broman1-1/+3
2009-09-30Removed 'l' modifier for %g, as it will be ignored.Stig Bjørlykke1-3/+3
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam1-2/+1
2009-09-08From Xavier Laxa:Anders Broman1-2/+10
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-23Saved by removing the bell.Guy Harris1-1/+1
2009-07-23Set editor modelines to be consistent between emacs and vi/ex;Bill Meier1-4/+4
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-71/+71
2009-05-13Apply some of the patches from:Anders Broman1-2/+1
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...Bill Meier1-1/+1
2009-03-30Add a couple of size_t casts to packet-dnp.c.Gerald Combs1-1/+1
2009-01-06From Roy M. Silvernail:Jaap Keuter1-25/+71
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-4/+4
2008-09-02Fix a few Emacs "file variables" to have "safe" values.Bill Meier1-1/+1
2008-06-05Squash uninitialised use warning.Martin Mathieson1-1/+1
2008-06-05Added decoding of object 110 (Octet string), fixed reassembly if transport fr...Graham Bloice1-27/+50
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-3/+4
2008-04-11Corrected assumption that offset is always > start_offset. If the first obje...Graham Bloice1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-09-06Fix problems found by Beyond Security: Gerald Combs1-14/+43
2007-08-31Show unsigned quantities with %u, not %d.Guy Harris1-32/+32
2007-08-23Large update with improvements in objects dissected, fragment reassembly, inf...Graham Bloice1-333/+400
2007-06-13Fixed crash with missing conversation fragment, improved presentation, minor ...Graham Bloice1-6/+15
2007-05-23Corrected dissection of read requests when no object indexes are supplied, i....Graham Bloice1-522/+524
2007-05-22With at least some compilers, "enum QUALITY_TYPE" is unsigned, and theGuy Harris1-15/+14
2007-05-22Code cleanups, some parsing errors fixed, added more object typesGraham Bloice1-172/+229
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-8/+8