Wireshark-commits: [Wireshark-commits] master 6e33920: Get rid of a no-longer used preference.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6e339201f019e130efbdfddfe29b26647eaac99d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6e33920 by Guy Harris (guy@xxxxxxxxxxxx):
Get rid of a no-longer used preference.
We no longer need a preference to determine the byte order of the T and
L in the TLVs, as libpcap and libwiretap both, when reading a file,
translate from the file's byte order to the reading host's byte order
and, in fact, currently don't use the variable in which the preference
is stored; eliminate the preference.
Change-Id: Id06a6284960c1ac77028af07f3937eb4a7b0acaa
Reviewed-on: https://code.wireshark.org/review/656
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from bf0b7f7 Fix indent (use 4 spaces) and add Modelines
adds 6e33920 Get rid of a no-longer used preference.
Summary of changes:
epan/dissectors/packet-nflog.c | 17 -----------------
1 file changed, 17 deletions(-)