http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28366
User: gerald
Date: 2009/05/14 04:33 PM
Log:
Add support for process flow records to IPFIX, which required adding
support for vendor-specific IEs. Fix variable-length record handling. Add
conversation tracking to the UDP dissector and add process flow
information to TCP and UDP conversations.
This lets us run process flow collectors on one or more machines and
have the process username, PID, command name, etc. show up in the TCP
and UDP protocol trees.
Directory: /trunk/epan/dissectors/
Changes Path Action
+296 -34 packet-netflow.c Modified
+120 -1 packet-tcp.c Modified
+29 -11 packet-tcp.h Modified
+202 -2 packet-udp.c Modified
+47 -0 packet-udp.h Modified
Directory: /trunk/epan/
Changes Path Action
+2 -1 sminmpec.h Modified