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