diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pppoe.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pppoe.rs b/src/pppoe.rs index c72e035..0969588 100644 --- a/src/pppoe.rs +++ b/src/pppoe.rs @@ -322,7 +322,7 @@ impl PppoeVal { pub struct PppoeTag { #[ppproperly(discriminant_for(field = "data", data_type = "u16"))] #[ppproperly(len_for(field = "data", offset = 0, data_type = "u16"))] - data: PppoeVal, + pub data: PppoeVal, } impl PppoeTag { |