Added 'text2pcap', a utility to convert text hexdumps into pcap
authorAshok Narayanan <ashokn@cisco.com>
Wed, 16 May 2001 21:32:05 +0000 (21:32 -0000)
committerAshok Narayanan <ashokn@cisco.com>
Wed, 16 May 2001 21:32:05 +0000 (21:32 -0000)
commit2914e811771b2895273313eaf087bd9048403f9d
treea2974ba39320800cf18e2a199f413bbb58a040e1
parent5aafaef6c25f18c8a10322e6a7ece7162b62d448
Added 'text2pcap', a utility to convert text hexdumps into pcap
files. See text2pcap.1 (built from doc/text2pcap.pod) for details.

Changed 'tethereal -x' output to match hex dump format of text2pcap,
Ethereal and others.

svn path=/trunk/; revision=3421
Makefile.am
configure.in
doc/Makefile.am
doc/text2pcap.pod [new file with mode: 0644]
print.c
text2pcap-scanner.l [new file with mode: 0644]
text2pcap.c [new file with mode: 0644]
text2pcap.h [new file with mode: 0644]