| Commit message (Expand) | Author | Age | Files | Lines |
* | Implements the "Properties" menu item which displays the preferences window | Laurent Deniel | 2000-08-15 | 8 | -9/+127 |
* | Remove the IPv6 restriction for the Follow TCP stream feature. | Laurent Deniel | 2000-08-15 | 1 | -4/+1 |
* | The caplen and iplen are not always going to be equal. Need to use > and <= i... | Mike Hall | 2000-08-15 | 1 | -7/+12 |
* | Much cleaner tvb start code for file handle dissection. | Uwe Girlich | 2000-08-14 | 1 | -12/+4 |
* | Reversed the latest changes for protocol enable/disable in RPC sub-dissectors. | Uwe Girlich | 2000-08-14 | 4 | -106/+5 |
* | PPP/WAN captures work on Windows 9x, so speak of them not working only | Guy Harris | 2000-08-14 | 2 | -10/+12 |
* | proto_is_protocol_enabled() test for sub-dissectors made here already. | Uwe Girlich | 2000-08-14 | 1 | -10/+9 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 2 | -3/+13 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 123 | -121/+866 |
* | Cope with some of the *other* oddities that Linux ISDN appears to stick | Guy Harris | 2000-08-13 | 1 | -5/+29 |
* | On Win32, if the attempt to open the capture device fails, don't talk | Guy Harris | 2000-08-13 | 2 | -25/+97 |
* | Give, in "README.hpux", what appears to be the new URL for the UK HP-UX | Guy Harris | 2000-08-13 | 5 | -517/+2927 |
* | - add HAVE_CONFIG_H | Laurent Deniel | 2000-08-12 | 1 | -1/+25 |
* | Initialize "last_blob" and "current_blob" when the file is opened. | Guy Harris | 2000-08-12 | 1 | -21/+23 |
* | RSH dissector, from Robert Tsai. | Guy Harris | 2000-08-12 | 5 | -4/+117 |
* | "p_get_proto_data()" should, if it finds an entry, return the pointer | Guy Harris | 2000-08-12 | 2 | -9/+14 |
* | Remove my unmaintained http address and add some stuff | Laurent Deniel | 2000-08-11 | 1 | -2/+2 |
* | - add ipv6.addr for the source and destination addresses (like ipv4) | Laurent Deniel | 2000-08-11 | 4 | -33/+91 |
* | Give them RCS IDs. | Guy Harris | 2000-08-11 | 2 | -5/+12 |
* | Give it an RCS ID. | Guy Harris | 2000-08-11 | 1 | -0/+3 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -10/+6 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 159 | -595/+885 |
* | Not all compilers like zero-length arrays; comment out the definition of | Guy Harris | 2000-08-11 | 1 | -1/+5 |
* | Don't bump "offset" in the non-SNAP case - it hasn't been set, and we | Guy Harris | 2000-08-11 | 1 | -3/+1 |
* | If we have a random stream open for a compressed Sniffer file, have the | Guy Harris | 2000-08-11 | 2 | -174/+354 |
* | Kerberos 5 dissector, from Wes Hardaker. | Guy Harris | 2000-08-11 | 6 | -2/+994 |
* | - remove debugging #ifdef | Laurent Deniel | 2000-08-10 | 1 | -37/+35 |
* | - rename is_name_from_file to is_dummy_entry since now a real | Laurent Deniel | 2000-08-10 | 3 | -17/+87 |
* | "test -e" is documented in the Solaris 2.6 man page, but doesn't seem to | Guy Harris | 2000-08-10 | 1 | -4/+4 |
* | We must include "snprintf.h" *after* including <stdarg.h>, and | Guy Harris | 2000-08-10 | 1 | -5/+5 |
* | - add proto_tree_add_text_valist | Laurent Deniel | 2000-08-10 | 4 | -8/+31 |
* | Fix decoding of short ISIS CLV data frames. | Laurent Deniel | 2000-08-10 | 1 | -2/+2 |
* | If G_HAVE_GINT64 is defined, so that we can use "gint64" and "guint64" | Guy Harris | 2000-08-10 | 3 | -49/+130 |
* | Add some ethertypes (which were captured on my network, so inuse ;-). | Laurent Deniel | 2000-08-09 | 2 | -19/+69 |
* | - make-reg-dot | Laurent Deniel | 2000-08-09 | 2 | -50/+74 |
* | Add #defines for class values, and use them rather than using the | Guy Harris | 2000-08-09 | 1 | -5/+14 |
* | Give the Help menu the more-or-less canonical style from most | Guy Harris | 2000-08-09 | 1 | -3/+4 |
* | Update the man pages to reflect | Guy Harris | 2000-08-09 | 2 | -20/+44 |
* | Make copy_binary_file() static since follow_dlg.c no longer uses it. | Gilbert Ramirez | 2000-08-09 | 2 | -5/+4 |
* | Phil Techau's fix to BOOTP when client address not supplied. | Guy Harris | 2000-08-09 | 3 | -3/+10 |
* | Make "editcap -h" give the usage message without an error message (i.e., | Guy Harris | 2000-08-09 | 1 | -2/+2 |
* | Document that ranges of packet numbers can be specified. | Guy Harris | 2000-08-09 | 1 | -1/+4 |
* | Small fix for initialization of new follow_info struct. | Gilbert Ramirez | 2000-08-09 | 1 | -1/+2 |
* | In TCP Follow window, allow the optional showing of: | Gilbert Ramirez | 2000-08-09 | 3 | -422/+592 |
* | Added wiretap support to read the Cisco Secure Intrusion Detection System IPL... | Mike Hall | 2000-08-08 | 7 | -6/+298 |
* | Fix display of IPv6 frag header display in proto tree, from | Gilbert Ramirez | 2000-08-08 | 1 | -1/+36 |
* | Convert comments to docstrings. | Gilbert Ramirez | 2000-08-08 | 1 | -319/+329 |
* | - improve/fix add_host_name | Laurent Deniel | 2000-08-08 | 2 | -2/+11 |
* | Add a Help window that contains: | Laurent Deniel | 2000-08-08 | 5 | -3/+495 |
* | NLM v1 dissector filled with some actual dissectors. | Uwe Girlich | 2000-08-08 | 1 | -18/+252 |