Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-02 | llmnr-query: Allow to set LLMNR transaction id | Tobias Klauser | 1 | -3/+8 | |
Allow to override the transaction id in the LLMNR query header. Default value is 0. The id will be incremented for consecutive queries (i.e. count > 1). Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2016-08-02 | llmnr-query: Make query type ANY the default | Schimmelreiter | 1 | -2/+2 | |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2016-08-02 | llmnr-query: Set TTL values as suggested in RFC 4795, section 2.5 | Tobias Klauser | 1 | -2/+27 | |
Follow commit 64644dde ("socket: Set TTL values as suggested in RFC 4795, section 2.5") and set the TTL of the IP header to 255 for UDP unicast and multicast packets, as recommended in RFC 4795, section 2.5. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-07-28 | llmnr-query: Consistently name variables containing number of msecs | Tobias Klauser | 1 | -7/+7 | |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-07-01 | llmnr-query: Allow to specifiy query timeout on command line | Tobias Klauser | 1 | -5/+10 | |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-02-19 | llmnr-query: Inform about empty responses | Tobias Klauser | 1 | -0/+5 | |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-02-18 | llmnr-query: Add option to send query over different interface | Tobias Klauser | 1 | -11/+44 | |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-02-18 | build: Check if called from git repo when generating GIT_VERSION | Tobias Klauser | 1 | -2/+2 | |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-02-18 | llmnrd, llmnr-query: Add git id to version output | Tobias Klauser | 1 | -2/+3 | |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-02-18 | llmnr-query: Support sending queries using IPv6 | Tobias Klauser | 1 | -13/+35 | |
Partially resolves #5 (IPv6 support) Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-02-17 | all: Add version information | Tobias Klauser | 1 | -2/+14 | |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-02-17 | llmnr-query: Skip length byte when getting previous name in compressed name ↵ | Tobias Klauser | 1 | -1/+1 | |
extraction Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2015-02-17 | llmnr-query: Add simple LLMNR query program | Tobias Klauser | 1 | -0/+237 | |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> |