Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an usage message for the -m option | Francois-Xavier Le Bail | 2018-10-29 | 1 | -1/+9 |
* | Clean up whitespaces | Francois-Xavier Le Bail | 2018-10-27 | 1 | -43/+43 |
* | Remove a space (style) | Francois-Xavier Le Bail | 2018-10-27 | 1 | -2/+2 |
* | Fix nd_snprintf(buf, buflen, "string"); | Guy Harris | 2018-10-13 | 1 | -2/+2 |
* | Clean up indentation. | Guy Harris | 2018-10-10 | 1 | -1/+1 |
* | Merge pull request #710 from agnosticdev/return-checks | Guy Harris | 2018-10-09 | 2 | -1/+8 |
|\ | |||||
| * | return-checks: Added a return check for malloc and for strsep | agnosticdev | 2018-10-08 | 2 | -1/+8 |
|/ | |||||
* | man page: Update the -ttt and -ttttt options sections | Francois-Xavier Le Bail | 2018-10-05 | 1 | -4/+8 |
* | Harmonize a message | Francois-Xavier Le Bail | 2018-10-05 | 1 | -5/+5 |
* | Add the snapshot length to the "reading from file ..." message | Francois-Xavier Le Bail | 2018-10-04 | 1 | -12/+11 |
* | Use signed formats for signed values | Francois-Xavier Le Bail | 2018-10-04 | 1 | -2/+2 |
* | Merge pull request #707 from herwinw/cleanup_win32_GNUMakefile | Guy Harris | 2018-10-03 | 1 | -1/+1 |
|\ | |||||
| * | Fix tab/spaces in GNUmakefile of win32 | Herwin Weststrate | 2018-10-03 | 1 | -1/+1 |
* | | Change unknown attribute in test | Herwin Weststrate | 2018-10-03 | 2 | -1/+1 |
|/ | |||||
* | Remove unused TCP ports | Francois-Xavier Le Bail | 2018-10-02 | 1 | -6/+0 |
* | Merge pull request #704 from nmap/win32-isatty | Guy Harris | 2018-10-02 | 1 | -0/+1 |
|\ | |||||
| * | Ensure isatty is defined on Win32. | Daniel Miller | 2018-10-02 | 1 | -0/+1 |
* | | Remove unused UDP ports | Francois-Xavier Le Bail | 2018-10-02 | 1 | -84/+0 |
|/ | |||||
* | SLIP: Remove printing the raw hex dump of the compressed header | Francois-Xavier Le Bail | 2018-09-25 | 2 | -10/+1 |
* | Add a nd_print_trunc() call | Francois-Xavier Le Bail | 2018-09-24 | 1 | -1/+1 |
* | ICMPv6: Fix some truncation codes | Francois-Xavier Le Bail | 2018-09-24 | 1 | -20/+25 |
* | IP6OPTS: Fix some truncation codes | Francois-Xavier Le Bail | 2018-09-24 | 3 | -22/+25 |
* | Update a test file. | Guy Harris | 2018-09-23 | 1 | -1/+1 |
* | Clean up some narrowing warnings. | Guy Harris | 2018-09-23 | 1 | -7/+7 |
* | Fix the variable for the packet length. | Guy Harris | 2018-09-23 | 1 | -1/+2 |
* | SLIP: Add some bounds checks | Francois-Xavier Le Bail | 2018-09-22 | 1 | -10/+24 |
* | Update a comment | Francois-Xavier Le Bail | 2018-09-22 | 1 | -1/+1 |
* | IP: Simplify an expression | Francois-Xavier Le Bail | 2018-09-22 | 1 | -1/+1 |
* | Merge pull request #701 from loganaden/master | Guy Harris | 2018-09-21 | 1 | -1/+1 |
|\ | |||||
| * | Update my email address | Loganaden Velvindron | 2018-09-22 | 1 | -1/+1 |
|/ | |||||
* | Reorganize the dissection code a bit. | Guy Harris | 2018-09-18 | 1 | -357/+438 |
* | Fix dissection of NFSv3 WRITE and LINK replies. | Guy Harris | 2018-09-16 | 1 | -2/+2 |
* | That wasn't correct. | Guy Harris | 2018-09-16 | 1 | -8/+7 |
* | Clean up the name resolution a bit. | Guy Harris | 2018-09-15 | 1 | -33/+52 |
* | Don't warn about declarations after statements. | Guy Harris | 2018-09-15 | 3 | -45/+0 |
* | Don't warn about declarations after statements. | Guy Harris | 2018-09-15 | 2 | -13/+16 |
* | Add more nd_print_trunc() calls | Francois-Xavier Le Bail | 2018-09-15 | 1 | -2/+4 |
* | Fix data types. | Guy Harris | 2018-09-15 | 1 | -1/+1 |
* | Move getopt_long.h to missing. | Guy Harris | 2018-09-14 | 3 | -2/+2 |
* | Revert "Clean up the code a bit." | Guy Harris | 2018-09-14 | 1 | -24/+8 |
* | Clean up the code a bit. | Guy Harris | 2018-09-14 | 1 | -8/+24 |
* | BGP: Fix an error string | Francois-Xavier Le Bail | 2018-09-14 | 1 | -2/+2 |
* | Remove some useless tests | Francois-Xavier Le Bail | 2018-09-14 | 7 | -17/+17 |
* | See if a newer MSVC will produce fewer warnings. | Guy Harris | 2018-09-13 | 1 | -2/+2 |
* | Do parallel builds, run as a developer. | Guy Harris | 2018-09-13 | 1 | -1/+5 |
* | Try to find the 64-bit libraries in a 64-bit build. | Guy Harris | 2018-09-13 | 1 | -0/+16 |
* | Do both 32-bit and 64-bit builds. | Guy Harris | 2018-09-13 | 1 | -1/+8 |
* | Add a nd_print_trunc() call | Francois-Xavier Le Bail | 2018-09-13 | 1 | -1/+2 |
* | Add more nd_print_trunc() calls | Francois-Xavier Le Bail | 2018-09-13 | 1 | -2/+4 |
* | Add more nd_print_trunc() calls | Francois-Xavier Le Bail | 2018-09-13 | 1 | -2/+4 |