wireshark/plugins/epan/profinet
Guy Harris 7eb3e47fa4 Try to squeeze some bytes out of the frame_data structure.
Make the time stamp precision a 4-bit bitfield, so, when combined with
the other bitfields, we have 32 bits.  That means we put the flags at
the same structure level as the time stamp precision, so they can be
combined; that gets rid of an extra "flags." for references to the flags.

Put the two pointers next to each other, and after a multiple of 8 bytes
worth of other fields, so that there's no padding before or between them.

It's still not down to 64 bytes, which is the next lower power of 2, so
there's more work to do.

Change-Id: I6f3e9d9f6f48137bbee8f100c152d2c42adb8fbe
Reviewed-on: https://code.wireshark.org/review/31213
Petri-Dish: Guy Harris <guy@alum.mit.edu>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-12-27 04:34:29 +00:00
..
AUTHORS
CMakeLists.txt spdx: more licenses converted. 2018-03-07 15:56:44 +00:00
ChangeLog
packet-dcerpc-pn-io.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-dcom-cba-acco.c Remove const from fields in a dynamically-allocated structure. 2018-04-09 22:22:35 +00:00
packet-dcom-cba-acco.h Remove const from fields in a dynamically-allocated structure. 2018-04-09 22:22:35 +00:00
packet-dcom-cba.c plugins: use SPDX identifiers. 2018-02-09 14:12:48 +00:00
packet-pn-dcp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-pn-mrp.c plugins: use SPDX identifiers. 2018-02-09 14:12:48 +00:00
packet-pn-mrrt.c plugins: use SPDX identifiers. 2018-02-09 14:12:48 +00:00
packet-pn-ptcp.c plugins: use SPDX identifiers. 2018-02-09 14:12:48 +00:00
packet-pn-rt.c plugins: use SPDX identifiers. 2018-02-09 14:12:48 +00:00
packet-pn-rtc-one.c plugins: use SPDX identifiers. 2018-02-09 14:12:48 +00:00
packet-pn.c PROFINET: Refactoring 2018-07-14 06:48:07 +00:00
packet-pn.h PROFINET: Refactoring 2018-07-14 06:48:07 +00:00