https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5969
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jeff.morriss.ws@xxxxxxxxx
Resolution| |INVALID
--- Comment #2 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2011-05-31 11:09:47 PDT ---
%s means "source address" and %d means "destination address." By convention,
these are the highest-level addresses in the frame (in this case the MTP3 OPC
and DPC).
If you want addresses from a different layer, there are other columns. For
example %ns and %nd (network source and destination, respectively) would do
what you want.
(Note, too, that the columns headers you're using--e.g., "ip.src"--aren't
actually used for anything in the tshark output.)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.