aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-06-06 17:03:34 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-06-06 17:03:34 +0000
commitc2509b0b3f0495d359c561b110388ca36b132faa (patch)
treef9fc7ec9114a551420b80909b1a6205c76d50293 /epan/packet.c
parent64432ed12bf717f29a7ddb04e461904bdcd22ec5 (diff)
Handle Detach and Service request, make it possible to set direction on link(UL/DL).
svn path=/trunk/; revision=28648
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 1adc64d8cc..56742448d9 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -320,6 +320,7 @@ dissect_packet(epan_dissect_t *edt, union wtap_pseudo_header *pseudo_header,
edt->pi.sccp_info = NULL;
edt->pi.clnp_srcref = 0;
edt->pi.clnp_dstref = 0;
+ edt->pi.link_dir = LINK_DIR_UNKNOWN;
EP_CHECK_CANARY(("before dissecting frame %d",fd->num));