aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xmpp.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-08-17 23:06:21 -0400
committerAnders Broman <a.broman58@gmail.com>2015-08-18 04:05:00 +0000
commitacc0c14e2f1e404feef3341a0cc76d250618ce24 (patch)
treee6601b8caaa07f3dc290d0bda3c23d0dac630627 /epan/dissectors/packet-xmpp.h
parent8fd719731be4de56c438531c0f34315de5da3554 (diff)
Eliminate proto_tree_add_text from XMPP dissectors.
Change-Id: I32fdf085ef484d147d9f0b27c56efba41bb827bf Reviewed-on: https://code.wireshark.org/review/10086 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-xmpp.h')
-rw-r--r--epan/dissectors/packet-xmpp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/epan/dissectors/packet-xmpp.h b/epan/dissectors/packet-xmpp.h
index 038443c8be..0c46780f15 100644
--- a/epan/dissectors/packet-xmpp.h
+++ b/epan/dissectors/packet-xmpp.h
@@ -37,6 +37,8 @@ extern gint hf_xmpp_id;
extern gint hf_xmpp_from;
extern gint hf_xmpp_to;
extern gint hf_xmpp_type;
+extern gint hf_xmpp_cdata;
+extern gint hf_xmpp_attribute;
extern gint hf_xmpp_iq;
@@ -152,6 +154,8 @@ extern gint hf_xmpp_iq_feature_neg;
extern gint hf_xmpp_x_data;
extern gint hf_xmpp_x_data_field;
extern gint hf_xmpp_x_data_field_value;
+extern gint hf_xmpp_x_data_instructions;
+extern gint hf_xmpp_muc_user_status;
extern gint hf_xmpp_message;
extern gint hf_xmpp_message_chatstate;
@@ -178,9 +182,13 @@ extern gint hf_xmpp_presence_caps;
extern gint hf_xmpp_auth;
extern gint hf_xmpp_failure;
+extern gint hf_xmpp_failure_text;
extern gint hf_xmpp_stream;
extern gint hf_xmpp_starttls;
extern gint hf_xmpp_proceed;
+extern gint hf_xmpp_xml_header_version;
+extern gint hf_xmpp_stream_end;
+
extern gint hf_xmpp_muc_x;
extern gint hf_xmpp_muc_user_x;
@@ -191,10 +199,13 @@ extern gint hf_xmpp_gtalk_session;
extern gint hf_xmpp_gtalk_session_type;
extern gint hf_xmpp_gtalk;
extern gint hf_xmpp_gtalk_setting;
+extern gint hf_xmpp_gtalk_setting_element;
extern gint hf_xmpp_gtalk_nosave_x;
extern gint hf_xmpp_gtalk_mail_mailbox;
extern gint hf_xmpp_gtalk_mail_new_mail;
extern gint hf_xmpp_gtalk_transport_p2p;
+extern gint hf_xmpp_gtalk_mail_snippet;
+extern gint hf_xmpp_gtalk_status_status_list;
extern gint hf_xmpp_conf_info;
extern gint hf_xmpp_conf_info_sid;