commit | 44b90cc4d8136ae4c3748629491af39d97ea549a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 24 20:27:29 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 14 10:53:09 2010 +0200 |
tree | fdc8ebc1826d42b83d7dc6a2cd3a7e50c897f9be | |
parent | a93c4bbdb7e029bdd245712dac175d094142eeb5 [diff] |
[CLEANUP] tcp: move some non tcp-specific layer6 processing out of proto_tcp Some functions which act on generic buffer contents without being tcp-specific were historically in proto_tcp.c. This concerns ACLs and RDP cookies. Those have been moved away to more appropriate locations. Ideally we should create some new files for each layer6 protocol parser. Let's do that later.