Wireshark-commits: [Wireshark-commits] rev 54512: /trunk/ /trunk/: text2pcap.c

Date: Tue, 31 Dec 2013 15:10:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54512

User: wmeier
Date: 2013/12/31 03:10 PM

Log:
 Use the normal convention for exit status and output file descriptors:
 Changes:
  - exit(1) if error (not exit(-1));
  - for -h: output to stdout & exit(0);
 
 Also:
  - editor modelines: set tab-width=8;
  - use a consistent whitespace & formatting style;

Directory: /trunk/
  Changes    Path           Action
  +139 -129  text2pcap.c    Modified