summaryrefslogtreecommitdiff
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* nfct and nfq support incremental setup and callbacksSam Roberts2011-02-033-47/+349
* notes on continuing problems with lengths not being set correctlySam Roberts2011-02-031-1/+63
* Merge branch 'master' of git@github.com:sam-github/libnetSam Roberts2011-02-031-45/+118
|\
| * Split callback registration and catching of messages.Sam Roberts2011-02-021-45/+118
* | comment formatted as expected by our doc toolsSam Roberts2011-02-031-7/+23
* | lua: Use pkg-config for the Linux Makefile.Kelvie Wong2011-02-021-2/+3
|/
* Added binding for libnetfilter's conntrack subsystem.Sam Roberts2011-02-012-2/+665
* Corrected inconsistent indents.Sam Roberts2011-02-011-9/+9
* Run test-*.luaSam Roberts2010-02-237-36/+59
* Strip trailing garbage from ethernet frames after IP packets.Sam Roberts2010-02-222-5/+27
* Run a corpus of fuzzed pcap files through libnet to verify recoding.Sam Roberts2010-02-226-413/+431
* Remove pcaps from github.Sam Roberts2010-02-221-0/+0
* Run efence in multiple runs, so it doesn't run out of memory.Sam Roberts2010-02-222-0/+28
* Roundtrip invalid packets with tcp reserved flags set, and short header lengths.Sam Roberts2010-02-221-2/+10
* print type string in human readable, as well as in hexSam Roberts2010-02-181-2/+5
* net:tcp() typo caused it to expect an IPv4 pblockSam Roberts2010-02-181-1/+1
* Factored pcap reencoding out, and implemented reencoding test on pcaps.Sam Roberts2010-02-185-41/+105
* Corrected pcap's double to struct timeval conversion to be accurate to 6 deci...Sam Roberts2010-02-182-2/+59
* Merge branch 'master' of git@github.com:sam-github/libnetSam Roberts2010-02-182-68/+16
|\
| * network order long fields were being treated as int, and becoming negative lu...Sam Roberts2010-02-171-4/+8
| * Remove data_offset, libnet can be used for packet parsing.Sam Roberts2010-02-171-53/+5
| * cleanup tcp data payload gettingSam Roberts2010-02-171-11/+3
* | pcap reencoder, so I can compare with wiresharkSam Roberts2010-02-172-8/+44
|/
* Add Rod's failing test cases.Sam Roberts2010-02-161-7/+47
* print text name for pblock type in error messageSam Roberts2010-02-161-1/+2
* Memory bounds checking using electric fence.Sam Roberts2010-02-152-0/+17
* Avoid push zero-length DATA protocol blocks.Sam Roberts2010-02-151-10/+21
* ip_offset is gone, removed debug printfsSam Roberts2010-02-151-3/+2
* ignore .test filesSam Roberts2010-02-121-0/+1
* test decoding of truncated packetsSam Roberts2010-02-122-23/+109
* Implemented test target.Sam Roberts2010-02-122-22/+10
* Lowered the verbosity of pcap-testSam Roberts2010-02-121-4/+2
* net-test doesn't no longer open eth0, so no longer needs to run as rootSam Roberts2010-02-121-8/+6
* Builds on Darwin, aka OS X.Sam Roberts2010-02-124-15/+29
* Split decoding functions out of net.c, they will eventually be part of libnet.Sam Roberts2010-02-123-156/+196
* Merge branch 'master' of git@github.com:sam-github/libnetSam Roberts2010-02-1213-116/+2303
|\
| * pcap binding supports open_dead() and pcap_dump()Sam Roberts2010-02-115-40/+325
| * debian package the lua bindingsSam Roberts2010-02-101-2/+3
| * Build against ../libnet, so lua bindings can be built and packaged.Sam Roberts2010-02-101-6/+8
| * Updated lua bindings, they are a mess, but at least they are here.Sam Roberts2010-02-1011-95/+1997
| * Tweak net.c to sync with upstream, so merging later will be easier.Sam Roberts2010-01-281-14/+11
* | Stashing (incomplete) :udp() test code.Sam Roberts2010-02-121-0/+164
|/
* Begin implementation and tests for repairing pblocks after an update.Sam Roberts2009-11-164-315/+496
* Unit tests, they fail because ip_offset not being correct when pblock positio...Sam Roberts2009-11-112-4/+6
* Was adding options only if there was payload, caught by unit tests.Sam Roberts2009-11-111-1/+11
* Reorganized and merged unit tests.Sam Roberts2009-11-116-94/+212
* If ptag passed in wasn't for an ip block, accessing previous segved.Sam Roberts2009-11-111-16/+30
* Added library dependencies.Sam Roberts2009-11-111-2/+4
* Merged upstream into net.cSam Roberts2009-11-092-107/+349
* Makefile for the lua bindingSam Roberts2009-11-051-0/+27