aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hpteam.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-07-09 21:05:37 +0000
committerBill Meier <wmeier@newsguy.com>2009-07-09 21:05:37 +0000
commit4b00d59822c931a966cf5e1c72fee87c69616127 (patch)
treeefc72b5f09effbe5ff8875d146b9bc07a3d8cd99 /epan/dissectors/packet-hpteam.c
parent298feb719fa9a459a3e6620b3aab52d18b220571 (diff)
From: : Nathan Hartwell: Patch to fix output of HP Team dissector in Info column
svn path=/trunk/; revision=29045
Diffstat (limited to 'epan/dissectors/packet-hpteam.c')
-rw-r--r--epan/dissectors/packet-hpteam.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-hpteam.c b/epan/dissectors/packet-hpteam.c
index a451aa4249..db28645a23 100644
--- a/epan/dissectors/packet-hpteam.c
+++ b/epan/dissectors/packet-hpteam.c
@@ -69,6 +69,8 @@ dissect_hpteam(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
* if it is really just SNAP
*/
if (memcmp(strPtr, HP_Mac, 17) == 0) {
+ mac_addr = pinfo->dl_src.data;
+ strPtr = ether_to_str(mac_addr);
col_set_str(pinfo->cinfo, COL_PROTOCOL, "HP NIC Team");
/* Clear out stuff in the info column */
col_clear(pinfo->cinfo, COL_INFO);