aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-31Show unsigned quantities with %u, not %d.guy1-32/+32
2007-08-23Large update with improvements in objects dissected, fragment reassembly, inf...grahamb1-333/+400
2007-06-13Fixed crash with missing conversation fragment, improved presentation, minor ...grahamb1-6/+15
2007-05-23Corrected dissection of read requests when no object indexes are supplied, i....grahamb1-522/+524
2007-05-22With at least some compilers, "enum QUALITY_TYPE" is unsigned, and theguy1-15/+14
2007-05-22Code cleanups, some parsing errors fixed, added more object typesgrahamb1-172/+229
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-8/+8
2007-03-16Corrected dissection when reading binary inputs that have per point indexes, ...grahamb1-6/+6
2007-02-25The type argument to dnp3_al_obj_quality() isn't taken from the packet,guy1-16/+15
2007-02-19Continuing the tradition: squelch some compiler warnings ....wmeier1-1/+1
2007-02-02Corrected handling of udp messages, don't call tcp_dissect_pdus for udp fragm...grahamb1-5/+21
2007-01-31Major upgrades to dissector: Added defragmentation of tcp pdus, fixed defragm...grahamb1-570/+943
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-12-13swap Trip/Close as per bug 579sahlberg1-4/+4
2005-08-08various code cleanup:ulfl1-6/+2
2005-07-30Make some funtions static. More char -> const char warning fixesjmayer1-1/+1
2005-07-26char -> const char warning fixesjmayer1-1/+1
2005-07-22From Graham Bloiceetxrab1-247/+346
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...ulfl1-2/+2
2005-06-27From Chris Bontjesahlberg1-234/+1832
2005-06-02add a generated toplevel line between the connectionless DCE/RPC protocol and...ulfl1-2/+2
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-01-20Free the chunk of reassembled DNP data iff there was a CRC error;guy1-4/+6
2005-01-17When assembling application layer chunks, don't include the transportguy1-5/+12
2004-12-21Fix one comment, and put in another one giving a note about where youguy1-1/+11