summaryrefslogtreecommitdiff
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* Ignore output pcaps.Sam Roberts2012-03-291-0/+1
* Dump generated packets to pcap as well as to screen.Sam Roberts2012-03-291-1/+25
* Remove pcap tests from Makefile.Sam Roberts2012-03-291-1/+1
* Generate a valid IGMP message in test.Sam Roberts2012-03-291-2/+2
* Autodetect whether dnet.h is provided as dumbnet.hSam Roberts2012-02-163-1/+7
* Merge branch 'master' of gitorious.wurldtech.local:libnet/libnetSam Roberts2011-08-091-1/+1
|\
| * Merge branch 'master' of https://github.com/sam-github/libnetKelvie Wong2011-04-181-33/+42
| |\
| * | Use dnet.h instead of dumbnet.hKelvie Wong2011-04-111-1/+1
* | | Add n:igmp(), a function for building igmp protocol blocks.Sam Roberts2011-08-092-0/+73
* | | Don't use pedantic, it spits warnings about gcc extensions used in libnet's h...Sam Roberts2011-08-091-1/+0
| |/ |/|
* | Corrected doc conventions.Sam Roberts2011-04-181-34/+34
* | net:write_link() wasn't erroring on failure like net:write() does.Sam Roberts2011-04-181-0/+9
|/
* Remove pcap and netfilter bindings from libnet.Sam Roberts2011-03-3118-3710/+4
* Prototype code using nfct to do a userspace conntracker.Sam Roberts2011-03-293-0/+459
* API todo, maybe set with nil can clear an attr.Sam Roberts2011-03-291-1/+2
* Add flags argument to exp_new(), so expectations can be permanent.Sam Roberts2011-03-291-28/+72
* Line buffer output, and note source of events.Sam Roberts2011-03-241-2/+10
* utility to print events from nfctSam Roberts2011-03-241-0/+34
* ignore TSam Roberts2011-03-241-0/+1
* Clarify docs.Sam Roberts2011-03-241-2/+2
* Support using both subsystems at once, and callbacks for expectations.Sam Roberts2011-03-241-104/+214
* Pared attributes set down to the minimum.Sam Roberts2011-03-231-7/+7
* API additions to do.Sam Roberts2011-03-231-6/+9
* local ctags helper, should not have been addedSam Roberts2011-03-231-7/+0
* rewrite of libnfct's expect_create_userspace utility in luaSam Roberts2011-03-221-0/+223
* Fix bug with arg indexing in exp_new(), and added functions to get string rep...Sam Roberts2011-03-221-4/+54
* Notes on some problems with this approach.Sam Roberts2011-03-151-1/+7
* Use literal values, so we can decouple ourselves from what values libc knows ...Sam Roberts2011-03-151-11/+11
* Fix assert() that refers to the old name for a global.Sam Roberts2011-03-151-1/+1
* Rules to generate options from the system headersSam Roberts2011-03-101-0/+6
* nfq's get_payload() changed the sign of its output argumentSam Roberts2011-03-101-2/+2
* Added nfexp_ APIs, and script to build tables of options.Sam Roberts2011-02-144-231/+926
* Pathetically incomplete unit test for nfct.Sam Roberts2011-02-101-0/+10
* Extended to support real-world use cases.Sam Roberts2011-02-103-78/+191
* Support local customizations in local.makSam Roberts2011-02-101-4/+6
* Setting blocking was clearing O_NONBLOCK, which is inverted.Sam Roberts2011-02-081-9/+10
* implemented nfq.setblocking(), and fixed problems with stack structureSam Roberts2011-02-082-28/+86
* 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