FZ Fupeng Zhao
- Login: AmazingPP
- Email: fupeng.zhao@foxmail.com
- Registered on: 05/16/2025
- Last sign in: 02/05/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 5 | 5 |
| Reported issues | 0 | 1 | 1 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Suricata | Developer | 05/27/2025 |
| Suricata-Update | Developer | 05/27/2025 |
Activity
09/22/2025
- FZ 06:05 AM Suricata Feature #3953 (Closed): 8021BR E packet decoder
- Merged in https://github.com/OISF/suricata/pull/13880
09/20/2025
- FZ 08:54 AM Suricata Bug #7753 (Closed): decoder/vxlan: packet drops with non-zero reserved fields
- Merged in https://github.com/OISF/suricata/pull/13878
09/16/2025
- FZ 03:51 AM Suricata Feature #7062 (In Review): redis: support authenticating against a redis server
- https://github.com/OISF/suricata/pull/13851
09/12/2025
- FZ 12:32 PM Suricata Feature #7062: redis: support authenticating against a redis server
- I'll handle this.
09/08/2025
- FZ 02:15 PM Suricata Feature #3953: 8021BR E packet decoder
- https://github.com/OISF/suricata/pull/13814
06/30/2025
- FZ 12:55 AM Suricata Optimization #7212 (Closed): strtoul: replace with ByteExtractString variant
- https://github.com/OISF/suricata/pull/13487#issuecomment-3017036998
06/13/2025
- FZ 08:03 AM Suricata Bug #7753 (In Review): decoder/vxlan: packet drops with non-zero reserved fields
- https://github.com/OISF/suricata/pull/13436
06/12/2025
- FZ 07:00 AM Suricata Bug #7753 (Assigned): decoder/vxlan: packet drops with non-zero reserved fields
- Assigned to myself.
I plan to remove the strict validation of the Reserved fields entirely. Since we don’t decode the inner packet before parsing the VXLAN header, we can’t reliably determine the packet direction (transmit vs receive)... - FZ 06:50 AM Suricata Bug #7753 (Closed): decoder/vxlan: packet drops with non-zero reserved fields
- The current VXLAN decoder implementation follows RFC draft-mahalingam-dutt-dcops-vxlan-00 too strictly and does not ignore the Reserved fields on receipt, as required by RFC 7348 §5 . This causes valid VXLAN packets with non-zero Reserve...
06/09/2025
- FZ 03:00 AM Suricata Optimization #7212: strtoul: replace with ByteExtractString variant
- https://github.com/OISF/suricata/pull/13401