summaryrefslogtreecommitdiff
path: root/capture_info.c
AgeCommit message (Collapse)AuthorFilesLines
2005-12-04move the complete functionality of the capture info dialog from ↵Ulf Lamping1-17/+97
capture_loop.c to capture_info.c and call it from capture.c (instead of capture_loop.c). This way, the capture child don't need to now any of the packet_counter things (no epan/packet.h and all alike). Currently the capture_info code will always open another wiretap file instance to build it's own counter values. This isn't optimized for now (next step: use data from cf_continue_tail() somehow). svn path=/trunk/; revision=16669
2005-12-03split some parts of the packet counting functions into their own files ↵Ulf Lamping1-0/+146
capture_info(.c/.h), so we can use it from the main program svn path=/trunk/; revision=16668