aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-18Fix encoding-arg mostly for FT_UINT_STRING; Also: Do misc as needed.Bill Meier1-9/+22
2014-09-10Replace deprecated tvb_length callsEvan Huus1-4/+4
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-109/+85
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-06Move the status dissecting code to the AFP dissector.Guy Harris1-4/+502
2014-04-04Expose dissect_spotlight as its own dissector. Needed for DCE/RPC MDSSVCMichael Mann1-16/+19
2014-04-04Clean up some strings - "UTF8" to "UTF-8", etc..Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-22Use tvb_get_string_enc() rather than tvb_get_string().Guy Harris1-10/+11
2013-12-22Don't use 'L' as a constant modifier.Bill Meier1-1/+1
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-12-13Rename spotlight_get_utf16_string_encoding() toGuy Harris1-19/+27
2013-12-02Reject the packet if data is NULL.Chris Maynard1-7/+9
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-21Pass struct aspinfo "private data" into subdissectors instead of using pinfo-...Michael Mann1-9/+11
2013-09-22More emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-9/+9
2013-09-12Convert a few more dissectors to wmem.Evan Huus1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-4/+4
2013-07-05Batch of filterable expert infos.Michael Mann1-12/+28
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