wireshark/epan/dfilter
Michael Mann 553da37446 Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field type.
These "bases" will put a ".", "-", or ":" respectively between hexidecimal bytes in the field in packet view and display filter.  FT_BYTES with BASE_NONE will have no separator in the packet view, but continue to have the ':' as a separator in the display filter.

Converted the "string" hf_ entries that used tvb_fc_to_str as a string to use proto_tree_add_item with FT_BYTES/BASE_DOT type.

Converted applicable tvb_bytes_to_ep_str_punct() calls to use the new BASE values.

Change-Id: I2442185bb314d04a3ff2ba57883652ecd738b5f9
Reviewed-on: https://code.wireshark.org/review/6098
Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-01-04 16:32:03 +00:00
..
Makefile.am Support out-of-source checkapi 2014-04-25 04:23:46 +00:00
Makefile.common Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile.nmake Add '*.nativecodeanalysis.xml' to 'clean' targets 2015-01-02 01:45:16 +00:00
dfilter-int.h Add printf-format annotations, fix garbage 2014-07-06 23:00:40 +00:00
dfilter-macro.c Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field type. 2015-01-04 16:32:03 +00:00
dfilter-macro.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
dfilter.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
dfilter.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
dfunctions.c No need for our own wrappers around tolower() and toupper(). 2014-10-17 01:21:48 +00:00
dfunctions.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
dfvm.c Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field type. 2015-01-04 16:32:03 +00:00
dfvm.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
drange.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
drange.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gencode.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gencode.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
grammar.lemon display filter: the body of a range should only be 2014-11-17 07:05:35 +00:00
scanner.l Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
semcheck.c Create FT_FCWWN field type. 2014-12-28 20:05:29 +00:00
semcheck.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sttype-function.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sttype-function.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sttype-integer.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sttype-pointer.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sttype-range.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sttype-range.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sttype-string.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sttype-test.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sttype-test.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
syntax-tree.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
syntax-tree.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00