summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix building shared libpcap library on midipixØrjan Malde2019-06-203-4/+4
* Allow rpcapd to rebind more rapidlyKevin Boulain2019-06-201-0/+12
* Format only the identifier as boldDaniel Miller2019-06-201-1/+2
* Clean up some references to WinPcap.Guy Harris2019-06-203-3/+3
* Detect Npcap's version.h in build tree and set HAVE_VERSION_HDaniel Miller2019-06-202-2/+13
* Report the DLT description in error messagesBill Fenner2019-06-205-18/+43
* Handle pcap_open_live(), and other routines, using NULL to mean "any".Guy Harris2019-04-192-0/+20
* Fix a typoFrancois-Xavier Le Bail2019-04-191-1/+1
* Always define pcap_EXPORTS even if we're not calling the library target "pcap".Guy Harris2019-04-191-0/+10
* Rename DLT_IPMB to DLT_IPMB_KONTRON.Guy Harris2019-04-194-12/+32
* Squelch some compiler warnings.Guy Harris2019-04-191-4/+4
* Use the snapshot length to set the buffer size, and set the len field properly.Guy Harris2019-04-191-17/+178
* Make sure asprintf() is declared if it's present.Guy Harris2019-04-198-33/+181
* Squelch compiler warnings.Guy Harris2019-04-191-1/+1
* Corrected copy-pastoAlex Smith2019-03-091-2/+2
* Fixed a file descriptor leakAlex Smith2019-03-091-0/+1
* Plug a file descriptor leak.Guy Harris2019-03-091-0/+1
* Corrected function name in error textAlex Smith2019-03-091-1/+1
* Bring style more inline with prevailingAlex Smith2019-03-091-5/+3
* pcap_dump_fopen differing Windows CRTs work-aroundAlex Smith2019-03-092-1/+70
* Note in a comment that we allow IPv4 addresses in IP-Literals.Guy Harris2019-03-091-1/+6
* Clean up whitespaceFrancois-Xavier Le Bail2019-03-091-1/+1
* Fix type mismatch.Guy Harris2019-03-061-1/+1
* Plug memory leak.Guy Harris2019-02-151-1/+2
* Squelch type-clash warnings.Guy Harris2019-02-141-8/+12
* No, you don't use commas there.Guy Harris2019-02-141-1/+1
* Use asprintf(), and provide a version for systems that lack it.Guy Harris2019-02-1415-123/+400
* Fix another typo.Guy Harris2019-02-141-1/+1
* Fix copy-and-pasteo.Guy Harris2019-02-141-1/+1
* Fix typoes.Guy Harris2019-02-141-2/+2
* Declare stuff volatile when used around setjmp/longjmp.Guy Harris2019-02-141-2/+2
* Add more /* FALLTHROUGH */ comments.Guy Harris2019-02-141-2/+7
* Define individual "not initialized" routines for various operations.Guy Harris2019-02-141-53/+142
* Clean up string allocation.Guy Harris2019-02-141-15/+19
* ISO C99 has what's needed to implement asprintf(), so fix a comment.Guy Harris2019-02-141-3/+0
* Fix comments.Guy Harris2019-02-141-2/+2
* Fix whitespace.Guy Harris2019-02-141-1/+1
* Don't format into an on-the-stack buffer and copy it to a mallocated buffer.Guy Harris2019-02-141-20/+59
* Use strdup() to mallocate a copy of a string.Guy Harris2019-02-141-14/+2
* Add some new authentication error codes for specific errors.Guy Harris2019-02-072-23/+42
* Cleanly handle pcap_createsrcstr() errors.Guy Harris2019-02-071-2/+3
* Squelch a compiler warning.Guy Harris2019-02-061-0/+2
* Send errors for select() failure or timeout with a version of 0.Guy Harris2019-02-041-2/+2
* Don't distinguish between invalid user name and invalid password.Guy Harris2019-02-041-3/+12
* Redo protocol version negotiation.Guy Harris2019-02-033-348/+253
* Improve comments.Guy Harris2019-02-031-7/+26
* Have a common routine to set up the rpcap session.Guy Harris2019-02-031-159/+108
* Clean up sock_init() a bit.Guy Harris2019-02-031-14/+23
* Further emphasize "don't change these structure layouts".Guy Harris2019-02-031-2/+18
* Use pthread_sigmask() rather than sigprocmask().Guy Harris2019-01-191-3/+3