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

Wireshark-bugs: [Wireshark-bugs] [Bug 5812] Dissector for the Babel Routing Protocol (RFC 6126)

Date: Thu, 7 Apr 2011 16:56:21 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5812

--- Comment #10 from Juliusz Chroboczek <jch@xxxxxxxxxxxxxx> 2011-04-07 16:56:21 PDT ---
> We try to stay away from C99 code such as declaring variables inside the middle of a body of code and instead do it all at the top of the function for maximum portability.

As far as I'm aware, I'm only declaring variables at the beginning of a block,
which is portable all the way back to C78, as opposed to declaring them in the
middle of a block, which is indeed a C99-ism.  Do you still object to that?

(I have no problem with changing that, I'm just confirming that we do actually
understand each other.)

-- jch

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.