summaryrefslogtreecommitdiff
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* Pass build errors to caller of batch files.Sam Roberts2012-11-151-2/+4
* Use simple batch file to build for win32.Sam Roberts2012-10-313-5/+6
* Build lua binding on win32.Sam Roberts2012-10-302-0/+30
* urgent and ack number fields should be optionalSam Roberts2012-06-251-4/+4
* igmp() argument changed from code to reservedSam Roberts2012-04-241-6/+10
* Note about ethernet padding being stripped by decodeSam Roberts2012-04-241-0/+5
* 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