summaryrefslogtreecommitdiff
path: root/tap-afpstat.c
AgeCommit message (Collapse)AuthorFilesLines
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
implementing the "-z" command-line arguments, it doesn't deal with *all* issues for stats. svn path=/trunk/; revision=15483
2005-08-20For AFP requests, add in the frame with the (last part of the) reply, ifGuy Harris1-0/+172
possible, and, for AFP replies, add in the frame with the request and the time between those two frames. Have AFP per-request-type RTT statistics, similar to SMB's statistics. svn path=/trunk/; revision=15456