mirror of
https://github.com/hufrea/byedpi.git
synced 2025-03-14 12:58:48 +03:00
chore: update packets.c
is_quic_inital -> is_quic_initial
This commit is contained in:
parent
3e3d2a947e
commit
c1aceddc35
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ bool is_dns_req(char *buffer, size_t n)
|
|||
}
|
||||
|
||||
|
||||
bool is_quic_inital(char *buffer, size_t bsize)
|
||||
bool is_quic_initial(char *buffer, size_t bsize)
|
||||
{
|
||||
return (bsize > 64 && (buffer[0] & 0xc0) == 0xc0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue