aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-02-08 18:50:05 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-02-08 18:50:05 +0000
commit35be3172cef2c7afd2a188949c7e4ad154742225 (patch)
tree536abc1b6181ed900c1056f242c7ae8c3f499f3f /epan
parent1a57492eca5a3f42e1124682312067be6aa07917 (diff)
From : Susanne Edlund
patch for NSIP to fix a bug in packet SNS_DELETE. svn path=/trunk/; revision=13350
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-nsip.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-nsip.c b/epan/dissectors/packet-nsip.c
index 19ad2e5229..beca1fa042 100644
--- a/epan/dissectors/packet-nsip.c
+++ b/epan/dissectors/packet-nsip.c
@@ -866,8 +866,9 @@ decode_pdu_sns_delete(build_info_t *bi) {
{ NSIP_IE_IP4_ELEMENTS, NSIP_IE_PRESENCE_C, NSIP_IE_FORMAT_TLV, 0, 0 },
{ NSIP_IE_IP6_ELEMENTS, NSIP_IE_PRESENCE_C, NSIP_IE_FORMAT_TLV, 0, 0 },
};
- decode_iei_transaction_id(ies, bi, bi->offset);
- decode_pdu_general(&ies[1], 3, bi);
+ decode_pdu_general(ies, 1, bi);
+ decode_iei_transaction_id(&ies[1], bi, bi->offset);
+ decode_pdu_general(&ies[2], 3, bi);
}
static void