[Bro-Dev] #318: Use inttypes.h instead of home-made ifdefs

Bro Tracker bro at tracker.icir.org
Mon Nov 22 13:51:30 PST 2010


#318: Use inttypes.h instead of home-made ifdefs
----------------------+------------------------
 Reporter:  gregor    |      Owner:
     Type:  Task      |     Status:  new
 Priority:  Normal    |  Milestone:  Bro1.6
Component:  Bro       |    Version:  git/master
 Keywords:  inttypes  |
----------------------+------------------------
 * Use inttypes.h for fixed width integer types instead of using
   self-made #ifdefs. (E.g., uint64_t, int32_t). Cf. util.[ch]
 * Replace old ``uint32`` et al. with standard ``uint32_t`` et al.

 inttypes.h is a C99 and POSIX standard.

 Check for possible roadblock when doing so

-- 
Ticket URL: <http://tracker.icir.org/bro/ticket/318>
Bro Tracker <http://tracker.icir.org/bro>
Bro Issue Tracker




More information about the bro-dev mailing list