URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=06a1f4670e329f47e7199d59f7b712520e117035
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
06a1f46 by Michael Mann (mmann78@xxxxxxxxxxxx):
Have hf variables outputted in the order they were found in the file.
Previously they were "randomly sorted" in the hash table. The hf "array" is outputted in the order found, so have the hf variable declaration match.
Change-Id: I4b078a6328ba7c2781f07bb41d701412fc74ba22
Reviewed-on: https://code.wireshark.org/review/6219
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 454fd6e Add "Editor modelines"; Adjust whitespace as needed.
adds 06a1f46 Have hf variables outputted in the order they were found in the file.
Summary of changes:
tools/convert_proto_tree_add_text.pl | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)