ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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