aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-02 19:55:43 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-02 19:55:43 +0000
commit177926996c4e2096e12636fb95e471271849969f (patch)
tree781c5862e40fa6d97ca5aff45cff83fa279ca233 /file.c
parentc22c2a4ea71fb3c3b3f670fa5c020de3aa2321d6 (diff)
Prime interesting fields when selecting a package, so Lua's ProtoField
can extract the field value correctly. This fixes bug 4058. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30252 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.c b/file.c
index 343fec8d8f..18275993f5 100644
--- a/file.c
+++ b/file.c
@@ -4056,6 +4056,7 @@ cf_select_packet(capture_file *cf, int row)
/* We don't need the columns here. */
cf->edt = epan_dissect_new(TRUE, TRUE);
+ tap_build_interesting(cf->edt);
epan_dissect_run(cf->edt, &cf->pseudo_header, cf->pd, cf->current_frame,
NULL);