aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-16Corrected dissection when reading binary inputs that have per point indexes, ...Graham Bloice1-6/+6
2007-02-25The type argument to dnp3_al_obj_quality() isn't taken from the packet,Guy Harris1-16/+15
2007-02-19Continuing the tradition: squelch some compiler warnings ....Bill Meier1-1/+1
2007-02-02Corrected handling of udp messages, don't call tcp_dissect_pdus for udp fragm...Graham Bloice1-5/+21
2007-01-31Major upgrades to dissector: Added defragmentation of tcp pdus, fixed defragm...Graham Bloice1-570/+943
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-12-13swap Trip/Close as per bug 579Ronnie Sahlberg1-4/+4
2005-08-08various code cleanup:Ulf Lamping1-6/+2
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-1/+1
2005-07-26char -> const char warning fixesJörg Mayer1-1/+1
2005-07-22From Graham BloiceAnders Broman1-247/+346
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping1-2/+2
2005-06-27From Chris BontjeRonnie Sahlberg1-234/+1832
2005-06-02add a generated toplevel line between the connectionless DCE/RPC protocol and...Ulf Lamping1-2/+2
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-01-20Free the chunk of reassembled DNP data iff there was a CRC error;Guy Harris1-4/+6
2005-01-17When assembling application layer chunks, don't include the transportGuy Harris1-5/+12
2004-12-21Fix one comment, and put in another one giving a note about where youGuy Harris1-1/+11
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+775