guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
aleksander has joined #openwrt-devel
dedeckeh has joined #openwrt-devel
dangole has joined #openwrt-devel
aleksander has quit [Read error: Connection reset by peer]
aleksander has joined #openwrt-devel
<russell-->
this is kind of weird (on an OM1P with atheros/ath25 of various vintages), seeing: [ 28.480000] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100010: 0x9275 instead
<russell-->
flashed with ap51-flash
TolgaGazi has joined #openwrt-devel
<TolgaGazi>
hi
TolgaGazi has quit []
TolgaGazi has joined #openwrt-devel
<TolgaGazi>
IPQ807 openwrt official support Will it come ?
dedeckeh has quit [Remote host closed the connection]
TolgaGazi has quit [Quit: Page closed]
dedeckeh has joined #openwrt-devel
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
fda- has joined #openwrt-devel
jbowen_ has quit [Quit: leaving]
fda has quit [Ping timeout: 480 seconds]
jbowen has joined #openwrt-devel
Rentong has joined #openwrt-devel
Rentong has quit [Remote host closed the connection]
<stintel>
as I understand it, the master device (the soc ethernet port connected to the switch cpu port?) is set to MTU 1500 only, causing these warnings. but I can't set that before those drivers initialize everything
<hurricos>
dwfreed: Yes; that's how I arrived at nflog.
<hurricos>
I got a number of large dumps but have no idea how to turn those pcaps into raw packets. I can play them back with `tcpdump -r` in the right environment, but I have no idea how to strip the nflog encapsulation
<hurricos>
(for use with many hundreds of other tools)
<hurricos>
I figure if I xxd the dumps I'd get a better understanding of how to do it manually, but my eyes are giving up on me, heh.
<dwfreed>
scapy could probably do it, though I have no idea if it's still maintained
<hurricos>
dwfreed: looks like it is
<hurricos>
I'd actually really liked Kismet's habit of dumping straight to SQLite.
<hurricos>
s/liked/gotten used to/
philipp64|work_ has joined #openwrt-devel
philipp64 is now known as Guest3097
philipp64_ has joined #openwrt-devel
philipp64_ is now known as philipp64
Guest3097 has quit [Ping timeout: 480 seconds]
philipp64|work has quit [Ping timeout: 480 seconds]
philipp64|work_ is now known as philipp64|work
<hurricos>
beautiful! editcap can do it: `editcap -F pcap -T rawip tun0_1.pcap out.pcap`
<hurricos>
except the result is unreadable :thinking:
<hurricos>
oh ffs
<hurricos>
> Note: this merely forces the encapsulation type of the output file to be the specified type; the packet headers of the packets will not be translated from the encapsulation type of the input capture file