Guy Harris wrote: > On Sep 20, 2009, at 12:01 PM, [email protected] wrote: > >> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30024 >> >> User: krj >> Date: 2009/09/20 12:01 PM >> >> Log: >> Fix return type for frame_data_init() > > Should frame_data_init() be declared in epan/frame_data.h, rather than > in rawshark.c and tshark.c?
Yes, definately. I had a few problems with come circular dependencies so I took the easy way out and inlined the declaration in tshark.c/rawshark.c. I've corrected this in r30033. -- Best regards, Kovarththanan Rajaratnam ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
