aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
AgeCommit message (Expand)AuthorFilesLines
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
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