Wireshark-commits: [Wireshark-commits] rev 36480: / /trunk/epan/dissectors/: Makefile.common packet

Date: Tue, 05 Apr 2011 20:22:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36480

User: cmaynard
Date: 2011/04/05 01:22 PM

Log:
 Add ICMP tap support, and add a tshark tap to measure such things as:
   * Number of ICMP echo requests, replies, lost replies and percent loss.
   * Min, Max, Average SRT (Service Response Time), and standard deviation.
 (This is my first tap, so hopefully I didn't miss something, but we'll see ...)
 TODO: Add a Wireshark tap.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +29 -21    packet-icmp.c      Modified
  +32 -0     packet-icmp.h      Added

Directory: /trunk/doc/
  Changes    Path              Action
  +4 -2      README.tapping    Modified
  +10 -0     tshark.pod        Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +3 -2      tap.h         Modified

Directory: /trunk/
  Changes    Path               Action
  +1 -0      CMakeLists.txt     Modified
  +1 -0      Makefile.common    Modified
  +269 -0    tap-icmpstat.c     Added