aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-12-09 22:27:28 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-12-09 22:27:28 +0000
commit892700e8930e0551513462dd63c8458aa6773290 (patch)
tree84327efde57d7b4451c242a0a02d88eca5319cde /tethereal.c
parent8620b71841254bb4beed2b8266b8b154e701101a (diff)
print system enhanced, more print ranges and expanded states
svn path=/trunk/; revision=9222
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tethereal.c b/tethereal.c
index cbe7b2cb94..7b8196573e 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -1,6 +1,6 @@
/* tethereal.c
*
- * $Id: tethereal.c,v 1.208 2003/12/09 05:56:30 gram Exp $
+ * $Id: tethereal.c,v 1.209 2003/12/09 22:22:52 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2543,8 +2543,8 @@ wtap_dispatch_cb_print(guchar *user, const struct wtap_pkthdr *phdr,
print_args.format = print_format;
print_args.print_summary = FALSE;
print_args.print_hex = print_hex;
- print_args.expand_all = TRUE;
- print_args.print_only_marked = FALSE;
+ print_args.print_dissections = print_dissections_expanded;
+ print_args.print_range = print_range_all_captured;
proto_tree_print(&print_args, edt, stdout);
if (!print_hex) {
/* "print_hex_data()" will put out a leading blank line, as well