summaryrefslogtreecommitdiffstats
path: root/plugins/omudpspoof/omudpspoof.c
Commit message (Expand)AuthorAgeFilesLines
* omudpspoof: cleanup code that could never executeRainer Gerhards2013-11-061-5/+1
* Merge branch 'c8'Rainer Gerhards2013-07-111-1/+1
|\
| * imudp: add ability to specify SO_RCVBUF size (rcvbufSize parameter)Rainer Gerhards2013-07-111-1/+1
| * Merge branch 'v6-stable' into v7-stableRainer Gerhards2012-12-171-0/+6
| |\
| | * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-12-171-1/+7
| | |\
| | | * bugfix[kind of]: omudpspoof discarded messages >1472 bytes (MTU size)Rainer Gerhards2012-12-171-1/+7
* | | | cleanupRainer Gerhards2013-04-241-3/+0
* | | | Update u_int8_t to uint8_tMartin Carpenter2013-04-101-1/+1
* | | | cosmetic: re-use existing error code instead of new oneRainer Gerhards2012-12-181-1/+1
* | | | omudpspoof: remove dead codeRainer Gerhards2012-12-181-45/+2
* | | | omudpspoof: improve libnet calling sequenceRainer Gerhards2012-12-181-18/+42
* | | | omudpspoof: add action parameter for mtu sizeRainer Gerhards2012-12-181-3/+2
* | | | omudpspoof: initialize libnet for each messageRainer Gerhards2012-12-181-27/+31
* | | | omudpspoof: add support for new config systemRainer Gerhards2012-12-171-2/+97
* | | | omudpspoof: add support for packets larger than 1472 bytesRainer Gerhards2012-12-171-15/+82
|/ / /
* | | omudpspoof: better debug outputRainer Gerhards2012-12-171-10/+14
* | | add extra debug info to tackle omudpspoof problemRainer Gerhards2012-12-171-0/+1
|/ /
* | Merge branch 'v6-stable'Rainer Gerhards2012-08-251-3/+3
|\ \
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-08-251-3/+3
| |\|
| | * changed TRUE/FALSE to RSTRUE/RSFALSERainer Gerhards2012-08-221-3/+3
* | | omudpspoof: support for module() global config parameters addedRainer Gerhards2012-06-251-6/+132
* | | omudpspoof: remove actually not existing compresion level paramRainer Gerhards2012-06-251-5/+0
|/ /
* | Merge branch 'v6-stable' into betaRainer Gerhards2012-06-151-12/+2
|\ \
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-06-151-13/+2
| |\|
| | * bugfix: randomized IP option header in omudpspoof caused problemsRainer Gerhards2012-06-151-13/+2
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-06-011-0/+11
| |\|
* | | Merge branch 'v5-beta' into betaRainer Gerhards2012-05-291-0/+11
|\ \ \ | | |/ | |/|
| * | bugfix/omudpspoof: problems, including abort, happend when run on multiple th...Rainer Gerhards2012-05-141-0/+11
* | | cleanup: removed unused but set parametersRainer Gerhards2012-04-231-2/+1
* | | bugfix: omudpspoof did not work correctly if no spoof hostname was configuredRainer Gerhards2012-04-231-1/+1
* | | v6.1/2 scoping support removed from pluginsRainer Gerhards2012-01-191-3/+2
* | | Merge branch 'v6-stable-noscoping' into masterRainer Gerhards2012-01-191-8/+8
|\ \ \ | | |/ | |/|
| * | undoing v6.1 config scoping interface, part IRainer Gerhards2012-01-181-8/+8
* | | milestone: added module config namesRainer Gerhards2011-07-201-0/+1
* | | renaming conf.* wasn't a good idea -- undoingRainer Gerhards2011-04-191-1/+1
* | | renamed conf.c to legacyconf.c to make room for new config systemRainer Gerhards2011-04-191-1/+1
|/ /
* | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-0/+1
|\|
| * added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
* | Merge branch 'master' into tmpRainer Gerhards2010-08-111-4/+3
|\|
| * changed omudpspoof default spoof address to simplify typical use caseRainer Gerhards2010-08-051-5/+4
* | fixed regression from last commitRainer Gerhards2010-07-271-0/+1
* | milestone commit: output plugin interface changes (may NOT run)Rainer Gerhards2010-07-271-35/+49
|/
* bugfix: omudpspoof miscalculated source and destination portsRainer Gerhards2009-11-121-3/+5
* more cleanup and working towards a parser module calling interfaceRainer Gerhards2009-11-031-1/+1
* enhanced test environment (including testbench)Rainer Gerhards2009-10-221-1/+2
* done implementing omudpspoofRainer Gerhards2009-07-101-193/+98
* commiting interim version with ability to specify spoof sourceRainer Gerhards2009-07-091-14/+23
* first version supporting udp spoofing and non-spoofing at the same timeRainer Gerhards2009-07-091-396/+126
* moved udp spoofing code to its own output module (omudpspoof)Rainer Gerhards2009-07-091-0/+856