http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33256
User: stig
Date: 2010/06/18 06:43 PM
Log:
From tieuthunhi via bug 4887:
Add support for Gigamon headers (timestamp, source port, length, etc)
that are inserted by Gigamon network equipments.
From me:
Various cleanup:
- Register to "eth.trailer" heuristics for trailer.
- Use standard dumping of timestamp.
- Rewrote gmhdr_plfm_str handling.
- Dump srcport details in a subtree.
- Removed packte-gmhdr.h.
- Ensure the while-loop will end.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+351 -0 packet-gmhdr.c Added
Directory: /trunk/epan/
Changes Path Action
+1 -0 CMakeLists.txt Modified