aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-11-20 13:55:39 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-11-20 13:55:39 +0000
commit7eb5048da916c5a04139fe852b101b27908b850b (patch)
treec796b736668992b6f700610e0c2bd87195ca338a /asn1
parenta2166282c439c4ded6385b756fb4cba62eba5af7 (diff)
fix tag handling inside snmp trap
svn path=/trunk/; revision=23508
Diffstat (limited to 'asn1')
-rw-r--r--asn1/snmp/snmp.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/snmp/snmp.cnf b/asn1/snmp/snmp.cnf
index eee81fa2f4..929f7278ed 100644
--- a/asn1/snmp/snmp.cnf
+++ b/asn1/snmp/snmp.cnf
@@ -31,7 +31,7 @@ gint pdu_type;
}
#.FN_BODY PDUs/trap
- offset = dissect_snmp_Trap_PDU(TRUE, tvb, offset, actx, tree, hf_index);
+ offset = dissect_snmp_Trap_PDU(FALSE, tvb, offset, actx, tree, hf_index);
#.FN_BODY PDUs/getBulkRequest
offset = dissect_snmp_GetBulkRequest_PDU(TRUE, tvb, offset, actx, tree, hf_index);