aboutsummaryrefslogtreecommitdiffstats
path: root/ui/follow.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-18 23:39:47 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-18 23:39:47 +0000
commit45fc7b65e089a12cbb5778825b065a16bf419303 (patch)
tree191e1190134f5ef916e0be0c184f2bac5fed71e0 /ui/follow.h
parentfe2cd1d08a0cf3777b75e3e5ca35e3075ca5ab28 (diff)
Follow dialog data display improvements.
Change the "Raw" character type to UTF-8. I'm not sure it's possible to show true raw data in a QTextEdit widget and calling it UTF-8 more accurately repesents what happens when you pass a char * to a QString. Add a YAML display. Hopefully Scapy users will find it useful. Sort the the character display items alphabetically. Make sure we go back to the top of the buffer when we change the direction or character set. Be less aggressive about setting focus on the "find text" entry. svn path=/trunk/; revision=53421
Diffstat (limited to 'ui/follow.h')
-rw-r--r--ui/follow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/follow.h b/ui/follow.h
index fb364132e4..30cf9bd0b7 100644
--- a/ui/follow.h
+++ b/ui/follow.h
@@ -62,7 +62,8 @@ typedef enum {
SHOW_EBCDIC,
SHOW_HEXDUMP,
SHOW_CARRAY,
- SHOW_RAW
+ SHOW_RAW,
+ SHOW_YAML
} show_type_t;
typedef enum {