Home News Archive
Public Sources
Git repositories Electronics Arduino RFID Door Lock XBee network controller Hardware LS30 Burglar Alarm Online store Software logrun math-trainer mp3cd-tools fakepop aunic-modify ausadmin sms-notify apt-cacher video-capture wav-fixer misc
TRS-80 software I wrote
Hats I wear
Philosophy
Technical
Unclassified
Your donation gives me time |
Project: Misc source codexovercheck.pl is a quick script I wrote when I was investigating corruption in the newsserver's overview database. This script uses NNTP to query the xover information for a group of articles from a server, and retrieves the same articles using the NNTP "head" command, and compares the header values. tcpdump.c.diff is a patch to the tcpdump program to allow it to display its output in not only hex but also, where possible, characters. In other words, something like this: 0000000 74 63 70 64 75 6d 70 2e 63 2e 64 69 66 66 20 69 tcpdump.c.diff i 0000020 73 20 61 20 70 61 74 63 68 20 74 6f 20 74 68 65 s a patch to the 0000040 20 74 63 70 64 75 6d 70 20 70 72 6f 67 72 61 6d tcpdump program 0000060 20 74 6f 20 61 6c 6c 6f 77 20 69 74 20 74 6f 20 to allow it to 0000100 64 69 73 70 6c 61 79 0a 69 74 73 20 6f 75 74 70 display.its outpThe patch was written quite a long time ago; this functionality is already in modern versions of tcpdump. |