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