Displaying 4 results from an estimated 4 matches for "e628".
Did you mean:
628
2023 Apr 14
5
[Bug 1673] New: bug egress hook virtio interface with VLAN
...captured packet :
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on nflog:30, link-type NFLOG (Linux netfilter log messages), snapshot
length 262144 bytes
10:02:24.310780 version 0, resource ID 30, family Unknown (5), length 348:
0x0000: ffff ffff ffff e628 5968 daab 0800 4500 .......(Yh....E.
0x0010: 0148 e505 0000 4011 94a0 0000 0000 ffff .H.... at .........
0x0020: ffff 0044 0043 0134 86f5 0101 0600 f97b ...D.C.4.......{
0x0030: 4c02 0000 0000 0000 0000 0000 0000 0000 L...............
0x0040: 0000 0000 0000 e...
2023 Apr 14
3
[Bug 1672] New: bug egress hook virtio interface with VLAN
...captured packet :
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on nflog:30, link-type NFLOG (Linux netfilter log messages), snapshot
length 262144 bytes
10:02:24.310780 version 0, resource ID 30, family Unknown (5), length 348:
0x0000: ffff ffff ffff e628 5968 daab 0800 4500 .......(Yh....E.
0x0010: 0148 e505 0000 4011 94a0 0000 0000 ffff .H.... at .........
0x0020: ffff 0044 0043 0134 86f5 0101 0600 f97b ...D.C.4.......{
0x0030: 4c02 0000 0000 0000 0000 0000 0000 0000 L...............
0x0040: 0000 0000 0000 e...
2024 Mar 22
1
Error message
? Fri, 22 Mar 2024 14:31:17 -0500
Val <valkremk at gmail.com> ?????:
> How do I get the first few bytes?
What does file.info('X1.RData') say?
Do you get any output if you run print(readBin('X1.RData', raw(), 128))?
If this is happening on a Linux or macOS machine, the operating system
command xxd -l 128 X1.RData will give the same output in a more
readable manner,
2024 Mar 22
1
Error message
..... W.6U....6iZ
00000030: 258b 3493 b661 f620 f7fe ada7 158a 15f7 %.4..a. ........
00000040: e016 a548 6fcb 20c8 6fb4 493d adc9 ea4a ...Ho. .o.I=...J
00000050: 0a2b b7cf a416 336e 5e4e abc5 9874 7be3 .+....3n^N...t{.
00000060: 5a5a 3405 fe35 8a3d ad80 0dc0 ca3e ea7a ZZ4..5.=.....>.z
00000070: e628 b220 ee50 0b9f 3a81 e971 8a19 4f54 .(. .P..:..q..OT
On Fri, Mar 22, 2024 at 2:36?PM Ivan Krylov <ikrylov at disroot.org> wrote:
>
> ? Fri, 22 Mar 2024 14:31:17 -0500
> Val <valkremk at gmail.com> ?????:
>
> > How do I get the first few bytes?
>
> What does fi...