Heyho everyone, I'm using the GCC 9.3.0 to generate Assembly files for MIPS. When looking at those assembly lines I noticed something that looks like a jump label - but it is never referenced. _ZN10FileSystem8AutoLoad9loadAsyncERKNS0_8FileListE: .frame $sp,40,$31 # vars= 0, regs= 5/0, args= 16, gp= 0 .mask 0x800f0000,-4 .fmask 0x00000000,0 [...] read more
I have a text file and need to extract some information and write it into a JSON file in a formatted way. Text file: Jul 23 06:43:06 localhost : [file.download][Informational][0X1013] Attempting connection to https://fileserver/file/abcdefg Jul 23 06:43:06 localhost : [file.download][Informational][0X800F0000] CA file error Required JSON formatted way: {'Timestamp': 'Jul 23 [...] read more
I have an IPsec (tunnel mode) connection which after about 15 minutes of no traffic, the ping stops working and can be resumed only if ping is initiated from the other end. The setup is made out of two routers which use Linux Openswan 1.5.13-6-g96f6187-dirty (klips) Below are the configs [...] read more