summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge pull request #13 from allfro/patch-6Sam Roberts2011-07-301-7/+4
| |\
| | * Fixes a buffer overflow issue when copying chaddr, file, and sname fields to ...allfro2011-07-301-7/+4
| |/
| * Merge pull request #7 from allfro/patch-1Sam Roberts2011-07-291-3/+3
| |\
| | * Fixes a bug that incorrectly converts the addr, mask, and next_hop fields to ...allfro2011-07-231-3/+3
| * | Merge pull request #9 from allfro/patch-3Sam Roberts2011-07-291-2/+2
| |\ \
| | * | Fixes incorrect memory block size set in the timeexceed and redirect builders...allfro2011-07-231-2/+2
| | |/
| * | Merge pull request #10 from allfro/masterSam Roberts2011-07-291-1/+1
| |\ \ | | |/ | |/|
| | * Fixes improper calculation of header size when libnet_pblock_probe is called....allfro2011-07-291-1/+1
| |/
* | 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
* | | | Synchronize comment about h_len with parameter name in function.Sam Roberts2011-08-091-1/+1
| |_|/ |/| |
* | | snap parameter was getting copied into the dhost field.Sam Roberts2011-06-091-1/+1
* | | h_len is no longer used, so pass zero.Sam Roberts2011-06-091-3/+2
* | | Length n should include the value_hdr.Sam Roberts2011-06-091-5/+5
* | | Coverity: UNINITJiri Popelka2011-06-091-0/+1
* | | Coverity: REVERSE_INULLJiri Popelka2011-06-091-2/+2
* | | Coverity: RESOURCE_LEAKJiri Popelka2011-06-091-0/+10
* | | Coverity: OVERRUN_STATICJiri Popelka2011-06-092-1/+2
* | | Coverity: OVERRUN_STATICJiri Popelka2011-06-081-3/+3
* | | Coverity: OVERRUN_STATICJiri Popelka2011-06-082-3/+3
* | | Coverity: FORWARD_NULLJiri Popelka2011-06-081-2/+0
* | | Coverity: FORWARD_NULLJiri Popelka2011-06-081-5/+4
* | | Coverity: CHECKED_RETURNJiri Popelka2011-06-081-6/+19
| |/ |/|
* | 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