aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-01Typo's. That is all.Jaap Keuter1-1/+1
2013-03-12- [-Wmissing-prototypes]Anders Broman1-0/+4
2012-12-26Squelch a (Y2.038K) warning.Guy Harris1-1/+1
2012-12-21Make some loop counters unsigned, so that we handle very large loopGuy Harris1-23/+19
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-23Comment out all but first value_string array entries with dup values:Bill Meier1-2/+2
2012-08-10Make the corresponding packet_info available to each tree item. ThisGerald Combs1-8/+8
2012-08-09Use wording that's more in line with other expert messages.Gerald Combs1-1/+1
2012-08-07Fix a large loop found by Stefan Cornelius of Red Hat Security ResponseGerald Combs1-7/+13
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-06From Frank Lahm via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7334 :Pascal Quantin1-6/+34
2012-06-04Get rid of a couple of warnings.Anders Broman1-3/+3
2012-05-19Fix some "warning: Value stored to '...' is never read" clang scan-build warn...Bill Meier1-11/+11
2012-05-15Spaces -> tabspascal1-2/+2
2012-05-15Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7261 :pascal1-12/+25
2012-05-15From Alexander Lüders & Frank Lahm via https://bugs.wireshark.org/bugzilla/s...pascal1-8/+96
2012-05-14From Frank Lahm via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7256 :pascal1-4/+9
2012-05-13From Frank Lahm via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7246 :pascal1-0/+18
2012-05-11From Frank Lahm:pascal1-6/+14
2012-05-08Remove unused hf entriespascal1-40/+3
2012-05-08From Frank Lahm:pascal1-0/+33
2012-05-08From Frank Lahm:Anders Broman1-3/+2
2012-04-30Don't use tabs in string constants;Bill Meier1-4/+4
2012-04-27As suggested in http://www.wireshark.org/lists/wireshark-dev/201204/msg00062....Jeff Morriss1-2/+2
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-02-20(Trivial) Fix a typo in a comment; Do some whitespace changes.Bill Meier1-352/+352
2011-12-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+5
2011-10-19Fix Coverity ID #1288: UNUSED_VALUE in spotlight_dissect_query_loop:Stephen Fisher1-1/+1
2011-10-19Fix Coverity ID 1300: UNUSED_VALUE in dissect_spotlight: "returned_pointerStephen Fisher1-6/+6
2011-10-17Cleanup AFP Version display filter name.Chris Maynard1-5/+5
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-24/+24
2011-10-02Squelch some more warnings.Guy Harris1-2/+2
2011-10-02Squelch warnings (at that point, toc_offset has been determined to fitGuy Harris1-6/+6
2011-10-02SQ_TYPE_NULL appears to do run-length encoding of nulls; do run-lengthGuy Harris1-99/+236
2011-09-28Quit if we have a zero-length query, so we don't loop indefinitely. Guy Harris1-0/+4
2011-09-21Make query_length a gint as the lenght argument to proto_tree_add_text() is a...Anders Broman1-1/+1
2011-09-20From Frank Lahm: Complete dissection of AFP FPSpotlightRPC function.Guy Harris1-154/+320
2011-09-20Use ENC_ values in proto_tree_add_item() calls. Use ENC_UTF_8 forGuy Harris1-409/+440
2011-06-17Added some casts from spotlight_ntoh64 to guint.Stig Bjørlykke1-5/+5
2011-05-26From Michael Mann.Anders Broman1-1/+1
2011-01-16Use tvb_memeql().Jeff Morriss1-2/+2
2010-11-08Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-334/+340
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-4/+4
2010-09-24Replace another blurb that matches the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-13/+13
2010-09-08From Frank Lahm via bug #5169: Provide initial support for the undocumentedStephen Fisher1-0/+379
2010-08-27Update some links.Guy Harris1-3/+4
2010-08-27From Frank Lahm via bug 5136:Stig Bjørlykke1-7/+7
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-8/+1
2010-05-06Use consistent indentation & whitespace.Bill Meier1-2318/+2318