aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipsec.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2014-05-12 22:30:14 +0100
committerAnders Broman <a.broman58@gmail.com>2014-05-13 04:17:14 +0000
commitf1c240685d46ee01c515e1baca588d8e514aa3d0 (patch)
tree794ec2cad07cf2f6f47f91a97036d6ee688e4aa2 /epan/dissectors/packet-ipsec.h
parent2981ae46adca9f344cbaa04e8a8f8b160f29b969 (diff)
Allow 16 SAs to be added, but allocate on heap to avoid growing stack
Change-Id: I68a4437c35c6e1e629cace06cfea07ae1ec45066 Reviewed-on: https://code.wireshark.org/review/1616 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ipsec.h')
-rw-r--r--epan/dissectors/packet-ipsec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ipsec.h b/epan/dissectors/packet-ipsec.h
index e8516a054d..25f2f82002 100644
--- a/epan/dissectors/packet-ipsec.h
+++ b/epan/dissectors/packet-ipsec.h
@@ -23,6 +23,7 @@
#ifndef __PACKET_IPSEC_H__
#define __PACKET_IPSEC_H__
+
/* Configure a new SA (programmatically, most likely from a private dissector).
The arugments here are deliberately in the same string formats as the UAT fields
in order to keep code paths common.