aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-15Implement some of the minor possible speed improvment patches.etxrab1-76/+80
2007-06-13Include a link to the AFP reference, as well as to the programmingguy1-0/+2
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-4/+4
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-4/+6
2007-03-26From Peter Johansson:sfisher1-3/+1
2007-03-23fix some more warningsulfl1-1/+1
2007-02-19packet-afp: remove unneeded line of code;wmeier1-1/+0
2006-11-14nikai@nikai.net:jmayer1-2/+0
2006-07-11More from Ilja van Sprundel. When we call tvb_new_subset() with agerald1-37/+53
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-01-05Bill Meier:jmayer1-1/+1
2005-10-13From Didieretxrab1-1/+1
2005-09-09From Didier Gautheron: pass error replies to the tap.guy1-6/+6
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-7/+4
2005-08-20For AFP requests, add in the frame with the (last part of the) reply, ifguy1-9/+77
2005-08-13gmemchunk -> se_alloc() improvementssahlberg1-19/+3
2005-08-10convert to tvb_get_ephemeral_stringz() and fix an obvious memleaksahlberg1-1/+1
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-2/+2
2005-08-08various code cleanup:ulfl1-4/+0
2005-07-27Fix >2600 warnings by doing char -> const char changes.jmayer1-3/+4
2005-07-27*Removing* an include is usally not the right way of removing warnings;guy1-1/+1
2005-07-26From Maynard, Chris :etxrab1-10/+11
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()sahlberg1-3/+2
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedgerald1-2/+2
2005-06-19from Didier Gautheronlego1-15/+1075
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+4740