Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Compile error in to_str.c

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 10 Dec 2009 23:34:29 -0800

On Dec 10, 2009, at 8:00 PM, Joerg Mayer wrote:

/home/jmayer/work/wireshark/svn/trunk/epan/to_str.c: In function ‘abs_time_to_str’: /home/jmayer/work/wireshark/svn/trunk/epan/to_str.c:336: error: ‘tm’ undeclared (first use in this function) /home/jmayer/work/wireshark/svn/trunk/epan/to_str.c:336: error: (Each undeclared identifier is reported only once /home/jmayer/work/wireshark/svn/trunk/epan/to_str.c:336: error: for each function it appears in.) /home/jmayer/work/wireshark/svn/trunk/epan/to_str.c: In function ‘abs_time_secs_to_str’: /home/jmayer/work/wireshark/svn/trunk/epan/to_str.c:381: error: ‘tm’ undeclared (first use in this function)

Yup, somebody forgot that the variable's called "tmp", not "tm". He's checked in a fix.