URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=af2eebef2a4ccd915823fcc3b35ba11723f9aaf3
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
af2eebe by Jakub Zawadzki (darkjames@xxxxxxxxxxxx):
Reorder fields in http_conv_t to save some memory.
On amd64 before patch: sizeof(http_conv_t) == 88, after: 72 bytes.
Change-Id: I2863f1c7223a904dadfbe68dc41bc61fc2cc378a
Reviewed-on: https://code.wireshark.org/review/1388
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from dec179e Try to fix Mac OS X buildbot packet-http.c:2629: warning: implicit conversion shortens 64-bit value into a 32-bit value
adds af2eebe Reorder fields in http_conv_t to save some memory.
Summary of changes:
epan/dissectors/packet-http.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)