diff options
| author | luwenpeng <[email protected]> | 2024-10-31 18:30:02 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-11-01 15:35:03 +0800 |
| commit | 715f3012751a76cf4f91a0ad712f93cb3a802281 (patch) | |
| tree | b89b6756dbf088480fec798af49f1fe542d5992a /test | |
| parent | 159ad20ea5df2654b41102bc764bdf7942d53d16 (diff) | |
rename struct layer_private to struct layer_internal
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 fa249b9..ce8133f 100644 --- a/test/packet_tool/packet_tool.c +++ b/test/packet_tool/packet_tool.c @@ -97,7 +97,7 @@ static void tshark_format(const struct runtime *rte, const struct packet *pkt) { memset(tmp_src_buff, 0, sizeof(tmp_src_buff)); memset(tmp_dst_buff, 0, sizeof(tmp_dst_buff)); - const struct layer_private *layer = packet_get_layer(pkt, i); + const struct layer_internal *layer = packet_get_layer(pkt, i); switch (layer->proto) { case LAYER_PROTO_ETHER: |
