aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-k12.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-06 22:13:24 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-06 22:13:24 +0000
commitfae42612e38c1f8f5627afeac25b45f0cee1ba47 (patch)
treefc1191ee2a81f39dc574d5299814a8ac06e46604 /epan/dissectors/packet-k12.c
parent00d2f0ca12a9db92faf3dd989774910b50ee106e (diff)
Added an option to uat_new() to set if configuration shall be saved in the
selected profile. Don't save SMI Paths and SMI Modules in the profiles because reloading currently doesn't work (bug 2309). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24580 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-k12.c')
-rw-r--r--epan/dissectors/packet-k12.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-k12.c b/epan/dissectors/packet-k12.c
index e46ea0d482..c0c0a0f583 100644
--- a/epan/dissectors/packet-k12.c
+++ b/epan/dissectors/packet-k12.c
@@ -452,6 +452,7 @@ proto_register_k12(void)
k12_uat = uat_new("K12 Protocols",
sizeof(k12_handles_t),
"k12_protos",
+ TRUE,
(void**) &k12_handles,
&nk12_handles,
UAT_CAT_FFMT,