Hi, I want to create a filter where it capture packet from X time to X+10 secs Example: The packet i click, it take its time and add 10 secs to its time and show only those packets that are only in this time range. Scope_: * How i can get automatically the time of packet where i click. %%frame.time is static if i save the filter. i need to create dynamic filter * How to add 10 secs from above mentioned time Thanks asked 27 Jan '16, 02:19 mi121647 |
One Answer:
The highest degree of automation I know about is the following:
answered 27 Jan '16, 03:36 sindy |
Thank you Sindy,
Yes you are right. But i want to automate beyond the above mentioned solution.
Sounds like you need a compiler and the source code then ;-)
Thanks Jasper, I am beginner. can you guide me to some thread/ thing where i get guidance on it :)