URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e1d54cfc3e8223bb4334e5aeed019dab35528e9b
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e1d54cf by Uli Heilmeier (uh@xxxxxxxxxxxx):
IEEE 802.1Q/VLAN: Resolve ID to a describing name
A vlans file in the personal preference directory add an option to resolve
VLAN IDs to a describing name.
Format of vlan file is
123\tName of VLAN
To enable the resolving the preference nameres.vlan_name must be set
to TRUE.
Bug: 11209
Change-Id: I3f00b4897aace89c03c57b68b6c4b6c8b7d4685a
Reviewed-on: https://code.wireshark.org/review/14471
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from eb6abe3 Qt: Use single-dash option for Qt4 compatibility
adds e1d54cf IEEE 802.1Q/VLAN: Resolve ID to a describing name
Summary of changes:
epan/addr_resolv.c | 199 ++++++++++++++++++++++++++++++++++++++++-
epan/addr_resolv.h | 12 +++
epan/dissectors/packet-vlan.c | 15 ++++
epan/prefs.c | 3 +
ui/gtk/main.c | 3 +-
5 files changed, 230 insertions(+), 2 deletions(-)