0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-21 22:06:17 +00:00
termux-packages/disabled-packages/wireshark-gtk/wireshark-2.6.1_epan_dissectors_packet-gtp.c.patch
Tee KOBAYASHI b7160c7434 wireshark-gtk: Disabled
In favor of wireshark-qt.
2022-10-17 18:33:08 +09:00

13 lines
534 B
Diff

diff -uNr wireshark-2.6.1/epan/dissectors/packet-gtp.c wireshark-2.6.1.mod/epan/dissectors/packet-gtp.c
--- wireshark-2.6.1/epan/dissectors/packet-gtp.c 2018-05-22 21:53:08.000000000 +0300
+++ wireshark-2.6.1.mod/epan/dissectors/packet-gtp.c 2018-06-26 20:34:32.368621631 +0300
@@ -2358,7 +2358,7 @@
/* Next definitions and function check_field_presence checks if given field
* in GTP packet is compliant with ETSI
*/
-typedef struct _header {
+typedef struct _ext_header {
guint8 code;
guint8 presence;
} ext_header;