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