aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-06-29 19:46:51 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-06-29 19:46:51 +0000
commitf4c7cae6b0a690af74560e2e67b6fe60fec1d69f (patch)
tree66ec2aa2ac546c46242f2c5f886b1f582ed2646a /epan/packet.c
parente1874af6dace68fde6a2e4227c04e08413be9309 (diff)
add various enhancements to the CBA-ACCO dissector, including an added profinet_type field to the packet_info struct
svn path=/trunk/; revision=18615
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);