Ticket #318 (new Task)

Opened 18 months ago

Last modified 17 months ago

Use inttypes.h instead of home-made ifdefs

Reported by: gregor Owned by:
Priority: Normal Milestone: Bro2.1
Component: Bro Version: git/master
Keywords: inttypes Cc:

Description

  • 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

Change History

comment:1 Changed 17 months ago by robin

  • Milestone changed from Bro1.6 to Bro1.7
Note: See TracTickets for help on using tickets.