rev 17465: /trunk/: capture.c capture.h capture_loop.c capture_loop.h capture_sync.c capture_sync.h dumpcap.c tethereal.c
| Newsgroups | gmane.network.ethereal.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: guy Date: 2006/03/04 09:14 PM Log: Pass two strings in capture child messages, so the child can send primary and secondary error messages and let the parent worry about how to display them. This means dumpcap doesn't need stub routines for generating the formatting tags for the primary and secondary messages. Have a separate message for capture filter errors, so that the parent can check whether the capture filter looks like a display filter and report the appropriate message. This means that dumpcap doesn't need a stub routine for compiling display filters (a stub routine also means that Ethereal won't do the check for capture filters that look like display filters!). Directory: /trunk/ Changes Path Action +78 -8 capture.c Modified +11 -5 capture.h Modified +69 -73 capture_loop.c Modified +11 -3 capture_loop.h Modified +57 -28 capture_sync.c Modified +7 -1 capture_sync.h Modified +49 -49 dumpcap.c Modified +74 -52 tethereal.c Modified http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=17465&view=rev