1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-09 01:06:04 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
Pavel Odintsov 78bdeae324 Added logic to strip 1, 2 or 3 nested vlans 2024-02-01 13:36:54 +00:00
Pavel Odintsov 337a29e58a Added cropped_tcp_header_only_ports_t to parse short TCP packets 2023-07-18 19:10:31 +01:00
Pavel Odintsov e019b46802 Reworked packet parser to avoid data modification in buffer during parsing process 2023-06-07 13:00:29 +01:00
Pavel Odintsov c8f236e094 Fixed network_data_structures on Windows 2023-04-02 16:30:57 +01:00
Pavel Odintsov 1ae44451c4 Reformat code with clang format 2023-02-26 23:29:01 +00:00
Pavel Odintsov 2b23c9a79b Added multiple fields for GRE and IPv6 parser logic 2022-08-08 12:16:44 +01:00
Pavel Odintsov 6833220676 Switched to use only .hpp extension for header files as standard for this repo 2022-06-26 15:10:12 +01:00
Pavel Odintsov 02e76ef83f Added explicit __attribute__((__packed__)) for all unions inside of explicitly packed structures to address gcc 12 warning: warning: ignoring packed attribute because of unpacked non-POD field 2022-05-24 20:02:38 +01:00
Pavel Odintsov fa60638693 Fixed multiple typos in network parsers and reordered sequence of field initialisation process 2022-05-23 16:04:51 +01:00
Pavel Odintsov 89051ce12d Added logic for init all fields in network data structures logic to address gcc's warnings 2022-05-06 00:47:51 +01:00
Pavel Odintsov 242703a166 Reformatted code with clang-format 2022-04-20 21:45:43 +01:00
Pavel Odintsov a2ebfac80d Added new structures for network packets processing. 2022-02-10 20:29:49 +00:00