Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 23256: /trunk/ /trunk/: tshark.c

Date: Wed, 24 Oct 2007 03:33:41 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23256

User: guy
Date: 2007/10/24 03:33 AM

Log:
 Use sigaction(), not signal(), so we know what its semantics are (and so
 that we can find out what the signal action for SIGHUP is without
 changing it).
 
 That renders report_counts() safe to use at the end of a capture; do so.
 
 Clean up indentation.

Directory: /trunk/
  Changes    Path          Action
  +21 -29    tshark.c      Modified