aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2008-04-03 22:13:52 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2008-04-03 22:13:52 +0000
commit906d2f3cbb7343d38ae986f87b04efc4760aba78 (patch)
tree51ff06c9ccd87a169b568d3c515fad7613793950 /epan/dissectors/packet-radius.h
parent5916e54d06fc3bd7d1ec000d7b4165a6792a259c (diff)
http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.html
proto.[hc] define new APIs to allow delayed registration of protocol fields, so that dissectors with "flexible" fields like xml, radius, diameter, snmp do not have to load their files at startup but can do so as late as possible. gtk/dfilter_expr_dlg.c : have the expression dialog registering all prefixes so that all fileds appear in the dialog tshark.c register all prefixes when called with -G epan/radius_dict.l epan/dissectors/packet-radius.c epan/dissectors/packet-radius.h refactor registration to delay dictionary loading as long as possible svn path=/trunk/; revision=24762
Diffstat (limited to 'epan/dissectors/packet-radius.h')
-rw-r--r--epan/dissectors/packet-radius.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-radius.h b/epan/dissectors/packet-radius.h
index b614bccf17..8c0ec159bf 100644
--- a/epan/dissectors/packet-radius.h
+++ b/epan/dissectors/packet-radius.h
@@ -100,7 +100,7 @@ radius_attr_dissector_t radius_ifid;
extern void radius_register_avp_dissector(guint32 vendor_id, guint32 attribute_id, radius_avp_dissector_t dissector);
/* from radius_dict.l */
-radius_dictionary_t* radius_load_dictionary (gchar* directory, const gchar* filename, gchar** err_str);
+gboolean radius_load_dictionary (radius_dictionary_t* dict, gchar* directory, const gchar* filename, gchar** err_str);
/* Item of request list */
typedef struct _radius_call_t