Wireshark-commits: [Wireshark-commits] master 2e3bc57: packet-PROTOABBREV.c: various minor changes:
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2e3bc5790f7759e75f0899625cff2a3fee13b1e3
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2e3bc57 by Bill Meier (wmeier@xxxxxxxxxxx):
packet-PROTOABBREV.c: various minor changes:
- Specify that proto_register...() and proto_reg_handoff...() prototypes are required;
- Indicate that certain #includes should be used only as needed;
- Don't use CamelCase (or CAPS) in variable names;
- Do some reformatting of certain lines;
- Futz hf[] array entry so checkAPIs and checkhf tests don't fail.
Change-Id: Ie03846f4bebd2a9bece464c85cc3c2ef46dd4fe5
Reviewed-on: https://code.wireshark.org/review/3724
Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 0cda27c "Highly discourage" use of proto_tree_add_text.
adds 2e3bc57 packet-PROTOABBREV.c: various minor changes:
Summary of changes:
doc/packet-PROTOABBREV.c | 56 +++++++++++++++++++++++++++-------------------
1 file changed, 33 insertions(+), 23 deletions(-)