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 24044: /trunk/ /trunk/: text2pcap.c

Date: Wed, 09 Jan 2008 16:05:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24044

User: jmayer
Date: 2008/01/09 04:05 PM

Log:
 Pavol Rusnak <stick@xxxxxx>:
 
 Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2183
 
 Strptime function is not properly included. It needs __USE_XOPEN macro, but it
 is defined in wrong place. It must be defined before _any_ include file.
 Otherwise I get "implicit declaration of function `strptime`" (gcc 4.3.0).

Directory: /trunk/
  Changes    Path           Action
  +9 -6      text2pcap.c    Modified