aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-23Comment out all but first value_string array entries with dup values:wmeier1-2/+2
2012-08-10Make the corresponding packet_info available to each tree item. Thisgerald1-8/+8
2012-08-09Use wording that's more in line with other expert messages.gerald1-1/+1
2012-08-07Fix a large loop found by Stefan Cornelius of Red Hat Security Responsegerald1-7/+13
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-78/+233
2012-02-20(Trivial) Fix a typo in a comment; Do some whitespace changes.wmeier1-352/+352
2011-12-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-8/+5
2011-10-19Fix Coverity ID #1288: UNUSED_VALUE in spotlight_dissect_query_loop:sfisher1-1/+1
2011-10-19Fix Coverity ID 1300: UNUSED_VALUE in dissect_spotlight: "returned_pointersfisher1-6/+6
2011-10-17Cleanup AFP Version display filter name.cmaynard1-5/+5
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-24/+24
2011-10-02Squelch some more warnings.guy1-2/+2
2011-10-02Squelch warnings (at that point, toc_offset has been determined to fitguy1-6/+6
2011-10-02SQ_TYPE_NULL appears to do run-length encoding of nulls; do run-lengthguy1-99/+236
2011-09-28Quit if we have a zero-length query, so we don't loop indefinitely. guy1-0/+4
2011-09-21Make query_length a gint as the lenght argument to proto_tree_add_text() is a...etxrab1-1/+1
2011-09-20From Frank Lahm: Complete dissection of AFP FPSpotlightRPC function.guy1-154/+320
2011-09-20Use ENC_ values in proto_tree_add_item() calls. Use ENC_UTF_8 forguy1-409/+440
2011-06-17Added some casts from spotlight_ntoh64 to guint.stig1-5/+5
2011-05-26From Michael Mann.etxrab1-1/+1
2011-01-16Use tvb_memeql().morriss1-2/+2
2010-11-08Use value_string_ext fcns to access certain value_string arrays;wmeier1-334/+340
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-4/+4
2010-09-24Replace another blurb that matches the name (case insensitive) with NULL.morriss1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-13/+13
2010-09-08From Frank Lahm via bug #5169: Provide initial support for the undocumentedsfisher1-0/+379
2010-08-27Update some links.guy1-3/+4
2010-08-27From Frank Lahm via bug 5136:stig1-7/+7
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-8/+1
2010-05-06Use consistent indentation & whitespace.wmeier1-2318/+2318
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-03remove check_coletxrab1-45/+26
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-7/+7
2009-09-30Remove some unneeded (indirect) 'if(check_col()...)' guarding.wmeier1-11/+7
2009-09-15From Didier Gautheron via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-13/+22
2009-09-10From Alex deVries:etxrab1-4/+15
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-84/+84
2009-05-25Added an expert info for "IP port reused".stig1-1/+4
2009-05-17From Didier Gautheron via bug 3210:gerald1-13/+65
2009-03-23Fixed some data types to remove some warnings.stig1-14/+12
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-08-14Fix a few typos & spelling errorswmeier1-2/+2
2008-04-21From Alex deVries (bug 2486):stig1-0/+23
2008-04-09Remove:etxrab1-4/+0
2008-03-14Update documentation links.guy1-5/+9
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-4/+8