summaryrefslogtreecommitdiff
path: root/epan/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet.c')
-rw-r--r--epan/packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/packet.c b/epan/packet.c
index 9186d9784f..7960a35ed6 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -316,8 +316,8 @@ dissect_packet(epan_dissect_t *edt, union wtap_pseudo_header *pseudo_header,
edt->pi.tcp_tree = NULL;
edt->pi.dcerpc_procedure_name="";
edt->pi.sccp_info = NULL;
- edt->pi.clnp_srcref = NULL;
- edt->pi.clnp_dstref = NULL;
+ edt->pi.clnp_srcref = 0;
+ edt->pi.clnp_dstref = 0;
TRY {
edt->tvb = tvb_new_real_data(pd, fd->cap_len, fd->pkt_len);