aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-29 19:46:51 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-29 19:46:51 +0000
commite7da688974318a371f0b77b53075b1c7ea1b7d7d (patch)
tree66ec2aa2ac546c46242f2c5f886b1f582ed2646a /epan/packet.c
parent587544e4d11cb063b9a307e9f45f5dc257a4bf4a (diff)
add various enhancements to the CBA-ACCO dissector, including an added profinet_type field to the packet_info struct
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18615 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/packet.c')
-rw-r--r--epan/packet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/packet.c b/epan/packet.c
index 6561d0724d..86e4782464 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -311,6 +311,7 @@ dissect_packet(epan_dissect_t *edt, union wtap_pseudo_header *pseudo_header,
edt->pi.layer_names = NULL;
edt->pi.link_number = 0;
edt->pi.annex_a_used = MTP2_ANNEX_A_USED_UNKNOWN;
+ edt->pi.profinet_type = 0;
TRY {
edt->tvb = tvb_new_real_data(pd, fd->cap_len, fd->pkt_len);