aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-user_encap.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-03-06 22:13:24 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-03-06 22:13:24 +0000
commitfdc980e79dc0fde8d1ccba19d32d8c93bddd65bb (patch)
treefc1191ee2a81f39dc574d5299814a8ac06e46604 /epan/dissectors/packet-user_encap.c
parentbde6848d5a0d0bd085b69da2b4dcbd8e2cb0f5cf (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). svn path=/trunk/; revision=24580
Diffstat (limited to 'epan/dissectors/packet-user_encap.c')
-rw-r--r--epan/dissectors/packet-user_encap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-user_encap.c b/epan/dissectors/packet-user_encap.c
index 00c4b9fe33..341584ad8b 100644
--- a/epan/dissectors/packet-user_encap.c
+++ b/epan/dissectors/packet-user_encap.c
@@ -173,6 +173,7 @@ void proto_register_user_encap(void)
encaps_uat = uat_new("User DLTs Table",
sizeof(user_encap_t),
"user_dlts",
+ TRUE,
(void**) &encaps,
&num_encaps,
UAT_CAT_FFMT,