aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp2222.inc
AgeCommit message (Expand)AuthorFilesLines
2009-08-09Use PTREE_FINFO.Kovarththanan Rajaratnam1-6/+6
2009-05-13Apply some of the patches from:Anders Broman1-3/+1
2009-05-05The expert_item pointers and expert_status values don't need to beGuy Harris1-18/+19
2009-04-06More size_t fixes.Gerald Combs1-9/+9
2009-01-13Make the column check actually check the information column status.Jaap Keuter1-5/+8
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-09-08From Pavol Rusnak: Add missing break statement....Bill Meier1-29/+30
2008-08-14Fix for retransmission of fragmented NDS reply packets.Greg Morris1-68/+119
2008-08-04Print various uints with %u ...Bill Meier1-42/+42
2008-08-04Fix 2 bugs:Bill Meier1-17/+25
2008-08-04Adjust various indentation/spacing; Do some minor reformattingBill Meier1-2219/+2220
2008-08-01From Bill Meier:Anders Broman1-284/+201
2008-07-23Don't use proto_tree_add_uint_hidden() any more: it's deprecated.Jeff Morriss1-6/+8
2008-07-09Fix some spacing .....Bill Meier1-70/+71
2008-07-09Fix some mis-spellingsBill Meier1-13/+13
2008-06-25Clean up indentation.Guy Harris1-69/+103
2008-03-01Rewrote to use g_strlcat and g_strlcpy.Stig Bjørlykke1-67/+68
2008-02-29Error code 0x89a9 updated error message to be:Greg Morris1-2/+4
2007-12-13Replace // commentsJörg Mayer1-2/+2
2007-11-21Don't try to overwrite read-only memory. Fixes bug 2001.Gerald Combs1-1/+1
2007-11-08Fix a couple of integer underflows.Gerald Combs1-893/+899
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-10-17Mask errorJaap Keuter1-1/+1
2007-10-02Check return value from ptvcursor_add in an attempt to fix bug 1886.Stig Bjørlykke1-11/+17
2007-08-30Add eDirectory iteration verb 0x6e.Greg Morris1-702/+2444
2007-04-13Fix various warningsStephen Fisher1-4/+4
2007-03-29Fix some more warningsStephen Fisher1-3/+4
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-2/+2
2006-08-29Fixes and updated files:Greg Morris1-54/+713
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-1/+1
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-03Add a null pointer check. Fixes the current Buildbot menagerie failure.Gerald Combs1-0/+3
2006-04-02From Greg Morris:Anders Broman1-32/+852
2006-03-15Add missing preference storage. Jaap Keuter1-0/+1
2005-12-13Throw an exception if we have an invalid offset. Fixes bug 585.Gerald Combs1-0/+3
2005-11-24From Greg Morris:Anders Broman1-19/+169
2005-10-29Get rid of an unused variable.Guy Harris1-1/+0
2005-10-26Don't run "process_ptvc_record()" on replies unless we're building aGuy Harris1-29/+41
2005-10-26Add a comment.Guy Harris1-0/+1
2005-10-25Put the code to handle NDS ping replies and NDS replies into routines ofGuy Harris1-1246/+1290
2005-10-24Add #defines for NDS tag values, and use them in the definition ofGuy Harris1-34/+51
2005-10-22Add #defines of NDS protocol types, and use them in the value_string andGuy Harris1-87/+113
2005-10-19At least on Tiger, multiple definitions of an external don't work.Guy Harris1-1/+1
2005-10-19From Greg Morris:Gilbert Ramirez1-102/+140
2005-10-16Break out of an infinite loop. Fixes bug 535. Remove an unusedGerald Combs1-26/+8
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-13/+4
2005-08-05More char -> const char warning fixesJörg Mayer1-17/+17
2005-07-30More char -> const char fixesJörg Mayer1-12/+12
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-13/+9