https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3334
--- Comment #5 from Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> 2009-03-15 08:11:15 PDT ---
Hi,
well, I've already tested it and worked fine (I tested it again against
http.host)
What filter are you using?
Btw. I forgot changing in patch:
- g_strlcpy(pinfo->cinfo->col_expr.col_expr[i], "frame.pkt_len",
to:
- g_strlcpy(pinfo->cinfo->col_expr.col_expr[i], "frame.len",
Could you check if patch apply cleanly?
I can send also updated patch :)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.