URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d30a3cb41afdf2dc4ecc03116bb4e792d3344fb
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5d30a3c by Guy Harris (guy@xxxxxxxxxxxx):
Define helper macros before they're used.
The code works if they're defined afterwards, but defining them earlier
makes it a bit clearer that they're helper macros used as components of
the macros we're exporting.
Change-Id: I326894eea67d2db43fedf4567699cd9eaaa0e004
Reviewed-on: https://code.wireshark.org/review/5956
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from c96858b Use the "netbios" heuristic dissector list elsewhere.
adds 5d30a3c Define helper macros before they're used.
Summary of changes:
epan/proto.h | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)