Rename the FT_BYTES separator types to SEP_ from BASE_.
authorGuy Harris <guy@alum.mit.edu>
Sun, 11 Jan 2015 00:26:46 +0000 (16:26 -0800)
committerGuy Harris <guy@alum.mit.edu>
Sun, 11 Jan 2015 00:27:28 +0000 (00:27 +0000)
commitfdd6554ccd1b01554865323045033db9ca858f97
tree77d423c06196b46697d6c9465dfa511da378fdf6
parentb4f5b6e72b044c601994a874af0e6a3eab1e3a1d
Rename the FT_BYTES separator types to SEP_ from BASE_.

There's no requirement for "display" field values to have names
beginning with BASE_; use SEP_, to indicate that they're separators.

(And, yes, we should introduce SEP_NONE, with a value of 0, and use it.)

While we're at it, fix BASE_SEMICOLON - the separator is a colon, not a
semicolon - and document SEP_SPACE in doc/README.dissector.

Change-Id: I856aafda2c60b8320dffe287f0deb06a9604a2bf
Reviewed-on: https://code.wireshark.org/review/6486
Reviewed-by: Guy Harris <guy@alum.mit.edu>
18 files changed:
doc/README.dissector
epan/dissectors/packet-fc.c
epan/dissectors/packet-fcdns.c
epan/dissectors/packet-fcels.c
epan/dissectors/packet-fcfcs.c
epan/dissectors/packet-fcfzs.c
epan/dissectors/packet-fcsb3.c
epan/dissectors/packet-fcswils.c
epan/dissectors/packet-fip.c
epan/dissectors/packet-isis-hello.c
epan/dissectors/packet-mip6.c
epan/dissectors/packet-ppp.c
epan/dissectors/packet-zbee-zcl-general.c
epan/dissectors/packet-zbee-zcl-ha.c
epan/dissectors/packet-zbee-zcl.c
epan/ftypes/ftype-bytes.c
epan/proto.c
epan/proto.h