add FieldClassOperation to pcap and associated formatting changes

This commit is contained in:
soypat
2025-12-31 18:54:21 -03:00
parent dc374169dc
commit 3cbef6fa92
6 changed files with 17 additions and 21 deletions
+3 -2
View File
@@ -195,11 +195,12 @@ func _() {
// Re-run the stringer command to generate them again.
var x [1]struct{}
_ = x[ErrPacketDrop-1]
_ = x[ErrBadCRC-2]
}
const _errGeneric_name = "packet dropped"
const _errGeneric_name = "packet droppedincorrect checksum"
var _errGeneric_index = [...]uint8{0, 14}
var _errGeneric_index = [...]uint8{0, 14, 32}
func (i errGeneric) String() string {
i -= 1