Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 40852: /trunk/ /trunk/epan/: follow.c follow.h libwiresh

Date: Sun, 05 Feb 2012 10:39:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40852

User: etxrab
Date: 2012/02/05 02:39 AM

Log:
 From QA Cafe:
 Add support to follow UDP and TCP streams like wireshark does. UDP streams are
 selected with IP address/port pairs. TCP stream are selected with either the
 stream index or IP address/port pairs.
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6684

Directory: /trunk/epan/
  Changes    Path                Action
  +83 -1     follow.c            Modified
  +2 -0      follow.h            Modified
  +2 -0      libwireshark.def    Modified

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