Is there a way to export or print a report of all the packet comments of a capture without everything else in the packet? Thanks, Travis asked 20 Mar '14, 16:02 Rooster_50 |
3 Answers:
After doing some more searching, I noticed under STATISTICS | Comment Summary that you are given a text printout of all the trace and packet comments. This is exactly what I was looking for. I guess I just needed to look a bit harder. I was stuck within the FILE and EDIT menus and never gave the STATISTICS menu a thought. Travis answered 20 Mar '14, 19:40 Rooster_50 |
You could add a custom column containing the packet comments: Unfold the top section of any packet, select the line containing the comment and use the popup menu to "Apply as Column". Then export the packet list to csv. That list can then be printed with any editor (or spreadsheet tool) of your choice. answered 20 Mar '14, 16:24 Jasper ♦♦ |
Another solution would be to use
... and if you only want the frames that contain comments, then you can use something like:
answered 20 Mar '14, 16:42 cmaynard ♦♦ edited 20 Mar '14, 16:45 cmaynard, Thanks for the additional tip using tshark. (20 Mar '14, 19:42) Rooster_50 |
Thanks Jasper....Thats a good idea.
I also just now found under: STATISTICS | Comment Summary
I guess I just needed to look a bit harder. I was stuck under the FILE and EDIT menus.
Thanks again for your added info.
Travis