summaryrefslogtreecommitdiffstats
path: root/plugins/imudp
Commit message (Collapse)AuthorAgeFilesLines
...
* removed imudp code dependency on "finet"Rainer Gerhards2007-12-261-13/+18
|
* moved some of the udp input code to its right placeRainer Gerhards2007-12-251-1/+5
|
* - created an initial version of imudp.c. The majority of UDP reception codeRainer Gerhards2007-12-211-1/+61
| | | | | | | | | | is now in that module and it is dynamically loadable. HOWEVER, that doesn't mean it is a proper module. There are still many, many dependencies on global variables, cross-module calls and such. However, havin the code base separated allows me to carry out some other cleanup before I return to create a really clean implementation of these modules. So it is kind of a stage work. Just don't mistake it with "the real thing"...
* prepared for imudpRainer Gerhards2007-12-213-0/+156