mirror of
https://github.com/soypat/lneto.git
synced 2026-08-19 06:04:01 +00:00
add FieldClassOperation to pcap and associated formatting changes
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user