Skip to content

Commit

Permalink
Change Loopback Size to Public
Browse files Browse the repository at this point in the history
Make Loopback size method public.
  • Loading branch information
andrewauclair authored Jun 21, 2024
1 parent 23b4247 commit c41bdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codec/src/main/java/pcap/codec/loopback/Loopback.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public Loopback family(int value) {

/** {@inheritDoc} */
@Override
protected int size() {
public int size() {
return 4;
}

Expand Down

0 comments on commit c41bdf6

Please sign in to comment.