aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-05-13 05:46:41 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-05-13 05:46:41 +0000
commiteb8e32a1dbec715f0677393164b7b70cdc8242c6 (patch)
tree6137a01f5f311e51e1fd218a1bf4485188007c0d /net/wireshark/files
parentcc86ef1bb1ff717868c6695b50130fc17fd3b607 (diff)
Notes
Diffstat (limited to 'net/wireshark/files')
-rw-r--r--net/wireshark/files/patch-epan_dissectors_packet-diameter.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/wireshark/files/patch-epan_dissectors_packet-diameter.c b/net/wireshark/files/patch-epan_dissectors_packet-diameter.c
new file mode 100644
index 000000000000..3b19af4cc094
--- /dev/null
+++ b/net/wireshark/files/patch-epan_dissectors_packet-diameter.c
@@ -0,0 +1,23 @@
+diff -ruN ethereal.orig/files/patch-packet-diameter.c ethereal/files/patch-packet-diameter.c
+--- ethereal.orig/files/patch-packet-diameter.c Thu Jan 1 03:00:00 1970
++++ ethereal/files/patch-packet-diameter.c Thu May 12 03:30:32 2005
+@@ -0,0 +1,19 @@
++--- epan/dissectors/packet-diameter.c.orig Thu May 12 03:07:06 2005
+++++ epan/dissectors/packet-diameter.c Thu May 12 02:54:14 2005
++@@ -2022,13 +2022,13 @@
++ { "Flags", "diameter.flags", FT_UINT8, BASE_HEX, NULL, 0x0,
++ "", HFILL }},
++ { &hf_diameter_flags_request,
++- { "Request", "diameter.flags.request", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_R,
+++ { "Request ", "diameter.flags.request", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_R,
++ "", HFILL }},
++ { &hf_diameter_flags_proxyable,
++- { "Proxyable", "diameter.flags.proxyable", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_P,
+++ { "Proxyable ", "diameter.flags.proxyable", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_P,
++ "", HFILL }},
++ { &hf_diameter_flags_error,
++- { "Error","diameter.flags.error", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_E,
+++ { "Error ","diameter.flags.error", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_E,
++ "", HFILL }},
++ { &hf_diameter_flags_T,
++ { "T(Potentially re-transmitted message)","diameter.flags.T", FT_BOOLEAN, 8, TFS(&flags_set_truth),DIAM_FLAGS_T,