Wireshark-commits: [Wireshark-commits] rev 48589: /trunk/ /trunk/doc/: tshark.pod /trunk/: file.c f

Date: Wed, 27 Mar 2013 17:14:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48589

User: eapache
Date: 2013/03/27 10:14 AM

Log:
 From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223
 
 Add a 2-pass display-filter flag to tshark so that reassembly and other forward-
 looking dissections can be used with filters.
 
 It's a bit of a hack, but this entire area of 2-pass analysis etc. is a giant
 pile of hacks to begin with and needs cleaning up. For now just having this
 feature is a big enough win.

Directory: /trunk/doc/
  Changes    Path          Action
  +23 -2     tshark.pod    Modified

Directory: /trunk/
  Changes    Path                     Action
  +1 -12     file.c                   Modified
  +13 -0     frame_data_sequence.c    Modified
  +3 -0      frame_data_sequence.h    Modified
  +126 -23   tshark.c                 Modified