Added back in data field
This commit is contained in:
		
							parent
							
								
									33aec25566
								
							
						
					
					
						commit
						a09cd383e9
					
				| @ -48,3 +48,9 @@ field_type = {type = "UInt", bit_width = 14, endianness = "BigEndian"} | |||||||
| [[formats.fields]] | [[formats.fields]] | ||||||
| name = "Data Length" | name = "Data Length" | ||||||
| field_type = {type = "UInt", bit_width = 16, endianness = "BigEndian"} | field_type = {type = "UInt", bit_width = 16, endianness = "BigEndian"} | ||||||
|  | 
 | ||||||
|  | [[formats.fields]] | ||||||
|  | name = "Data" | ||||||
|  | # Allow payloads up to the max size that can be specfied in "Data Length" | ||||||
|  | field_type = {type = "Bytes", max_len = 65535, endianness = "BigEndian"} | ||||||
|  | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user