diff options
| author | luwenpeng <[email protected]> | 2024-09-19 16:10:59 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-09-20 16:59:19 +0800 |
| commit | bf8ba9716552b81e4d4ae6b0fe8950ec6f113665 (patch) | |
| tree | 9668a6d1ae2af1c3bce75e96665a60d461edcca4 /test | |
| parent | d9c3ac24489d68aae8b43148aec0b1e90fa0ea00 (diff) | |
rename packet_private.h to packet_internal.h
Diffstat (limited to 'test')
| -rw-r--r-- | test/packet_tool/packet_tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packet_tool/packet_tool.c b/test/packet_tool/packet_tool.c index 2fa2541..65753fd 100644 --- a/test/packet_tool/packet_tool.c +++ b/test/packet_tool/packet_tool.c @@ -2,7 +2,7 @@ #include <pcap/pcap.h> #include "packet_helper.h" -#include "packet_private.h" +#include "packet_internal.h" #include "packet_parser.h" #include "packet_dump.h" |
