URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=42ca2a994d3720e4f396d9d64e4223c10b75d9e5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
42ca2a9 by Guy Harris (guy@xxxxxxxxxxxx):
Use g_ntoh* rather than g_hton*.
Stuff in an ERF file is big-endian, except for timestamps, so we want to
convert from big-endian to host format. (The two functions do the same
thing; this just makes it clearer what we're doing.)
Change-Id: I28e27857dcf299085e8a55747ffd45ad8313789b
Reviewed-on: https://code.wireshark.org/review/13248
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from fe1fd19 Fix type of acn.dmx.data.
adds 42ca2a9 Use g_ntoh* rather than g_hton*.
Summary of changes:
wiretap/erf.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)