Wireshark-commits: [Wireshark-commits] rev 54022: /trunk/ /trunk/: captype.c
Date: Fri, 13 Dec 2013 04:11:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54022

User: eapache
Date: 2013/12/13 04:11 AM

Log:
 Don't use optind, we don't actually call getopt or friends and we don't include
 the necessary headers on all platforms to have optind defined. Just check that
 we got arguments in addition to the executable name.

Directory: /trunk/
  Changes    Path          Action
  +1 -1      captype.c     Modified