aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x25.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-11-09 21:13:38 -0500
committerAnders Broman <a.broman58@gmail.com>2014-11-13 05:21:52 +0000
commitd1ccc338d6ca2926193b86186ab3f11d3d4e7838 (patch)
tree454a462ac091421dc9d74fcc1e1a95fdf52de73b /epan/dissectors/packet-x25.c
parent17798bc70b6b4f1b4adb640478b57eddf4251969 (diff)
Add dissector table for sFlow header dissection.
Change-Id: I189a5b2d5f769395fa5e387f8be49b81903fb252 Reviewed-on: https://code.wireshark.org/review/5262 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-x25.c')
-rw-r--r--epan/dissectors/packet-x25.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-x25.c b/epan/dissectors/packet-x25.c
index a0cfd92ee9..fbefdb5bc0 100644
--- a/epan/dissectors/packet-x25.c
+++ b/epan/dissectors/packet-x25.c
@@ -39,6 +39,7 @@
#include <epan/x264_prt_id.h>
#include <epan/lapd_sapi.h>
#include <wiretap/wtap.h>
+#include "packet-sflow.h"
void proto_register_x25(void);
void proto_reg_handoff_x25(void);
@@ -2473,6 +2474,7 @@ proto_reg_handoff_x25(void)
dissector_add_uint("llc.dsap", SAP_X25, x25_handle);
dissector_add_uint("lapd.sapi", LAPD_SAPI_X25, x25_handle);
dissector_add_uint("ax25.pid", AX25_P_ROSE, x25_handle);
+ dissector_add_uint("sflow_245.header_protocol", SFLOW_245_HEADER_X25, x25_handle);
}
/*