| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix for bug #940. Convert HSRP to a new-style dissector so that it can | Stephen Fisher | 2006-11-24 | 1 | -3/+8 |
* | Fix for bug #646: show the end of HTTP chunked encoding (a chunk with size 0) | Stephen Fisher | 2006-11-24 | 1 | -11/+12 |
* | Rename proto_construct_dfilter_string() to | Guy Harris | 2006-11-23 | 7 | -160/+111 |
* | Show the header size as number of bytes. | Anders Broman | 2006-11-23 | 1 | -3/+6 |
* | Errase the lua plugin, its not longer in use. | Luis Ontanon | 2006-11-23 | 21 | -6735/+0 |
* | break the SCSI SMC commandset out into its own dissector | Ronnie Sahlberg | 2006-11-23 | 7 | -716/+848 |
* | Back out most of r19878; it was making the 802.11 dissector overwrite the | Gerald Combs | 2006-11-23 | 2 | -9/+6 |
* | Fix for bug #1211. Patch from Joshua Wright to add -S option to tshark's | Stephen Fisher | 2006-11-23 | 1 | -0/+1 |
* | When checking whether a field supports "match selected", do the same | Guy Harris | 2006-11-23 | 1 | -17/+12 |
* | From Cyril Margaria: | Anders Broman | 2006-11-22 | 1 | -46/+110 |
* | Make the "standard" case in proto_can_match_selected() and | Guy Harris | 2006-11-22 | 1 | -68/+30 |
* | fix Win32 build: scsi_ssc2_vals -> scsi_ssc_vals | Ulf Lamping | 2006-11-22 | 3 | -3/+2 |
* | break the SCSI SSC commandset out into its own dissector | Ronnie Sahlberg | 2006-11-22 | 6 | -954/+1107 |
* | ssc space6 count is a signed integer | Ronnie Sahlberg | 2006-11-22 | 1 | -1/+1 |
* | From Michael Lum | Anders Broman | 2006-11-22 | 6 | -554/+3661 |
* | Revert changes to have named bits in the bitstring of unknown length. | Anders Broman | 2006-11-21 | 2 | -3612/+9 |
* | Fix pluralization of "bytes" so it doesn't say "1 bytes". | Guy Harris | 2006-11-21 | 1 | -5/+7 |
* | fix for bug 1226: | Ronnie Sahlberg | 2006-11-21 | 1 | -1/+4 |
* | From Bill Florac: | Anders Broman | 2006-11-21 | 2 | -33/+20 |
* | If you're doing TCP reassembly by hand rather than with | Guy Harris | 2006-11-21 | 1 | -32/+27 |
* | Correct comments and examples on get_pdu_len(). | Jaap Keuter | 2006-11-21 | 4 | -21/+25 |
* | Add Japan SS7 variant to list of things I contributed (and verify this whole ... | Jeff Morriss | 2006-11-21 | 1 | -1/+1 |
* | Patrick vd Lageweg <patrick@bitwizard.nl> | Ronnie Sahlberg | 2006-11-21 | 1 | -2/+4 |
* | From: Burlyga, Alex | Ronnie Sahlberg | 2006-11-21 | 2 | -2/+25 |
* | the result code, encoded within the userdata is in network byte order not lit... | Ronnie Sahlberg | 2006-11-21 | 1 | -1/+1 |
* | If a user starts typing text in the main window, append it to the | Gerald Combs | 2006-11-21 | 1 | -4/+2 |
* | while loading a huge capture file, enable the main window to show packets rus... | Ulf Lamping | 2006-11-21 | 2 | -3/+9 |
* | flush out the main event loop at dialog creation, so we don't see an empty di... | Ulf Lamping | 2006-11-21 | 1 | -0/+6 |
* | Use the <name> convention for command-line arguments in the usage | Guy Harris | 2006-11-21 | 1 | -1/+1 |
* | We also need the memory allocation subsystem initialized in anything | Guy Harris | 2006-11-21 | 3 | -8/+4 |
* | Call guids_init() in epan_init(), so anything that needs libwireshark - | Guy Harris | 2006-11-21 | 3 | -6/+4 |
* | Squelch a compiler warning. | Guy Harris | 2006-11-21 | 1 | -0/+3 |
* | Fix for bug 1235. Elapsed time is in 10ms units. | Jaap Keuter | 2006-11-20 | 1 | -2/+2 |
* | Make FT_STRINGZ items work as apply/prepare as filter menu items | Martin Mathieson | 2006-11-20 | 1 | -0/+1 |
* | Add exclamation and left parenthesis to the display filter keystroke | Gerald Combs | 2006-11-19 | 1 | -2/+3 |
* | if the WIRESHARK_LIBS dir isn't already existing, create it | Ulf Lamping | 2006-11-19 | 1 | -0/+1 |
* | fix clean_setup target | Ulf Lamping | 2006-11-19 | 1 | -1/+1 |
* | Update to the latest versions from sqlite. | Anders Broman | 2006-11-19 | 2 | -27/+73 |
* | Fix for bug #1126. In the SSL dissector, don't just check if we're allowed | Stephen Fisher | 2006-11-19 | 1 | -2/+2 |
* | If the user starts typing ([a-zA-Z0-9]) anywhere in the main window, start | Gerald Combs | 2006-11-18 | 2 | -7/+18 |
* | fix validity of document | Ulf Lamping | 2006-11-18 | 1 | -1/+2 |
* | Don't try to set focus on NULL. | Gerald Combs | 2006-11-18 | 1 | -1/+2 |
* | GTK1 doesn't have gtk_window_get_focus. | Gerald Combs | 2006-11-18 | 1 | -0/+4 |
* | Make F8 and F7 move to the next and previous packets, which adds | Gerald Combs | 2006-11-18 | 2 | -3/+22 |
* | both recent fixes of warnings don't compile on Win32, inttypes.h is not avail... | Ulf Lamping | 2006-11-18 | 1 | -2/+2 |
* | Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go" | Gerald Combs | 2006-11-18 | 6 | -70/+216 |
* | add the /LARGEADDRESSAWARE to the link process of Wireshark(2) and Tshark. Se... | Ulf Lamping | 2006-11-17 | 1 | -3/+3 |
* | add dissection for PROFINET "PTCP Status" | Ulf Lamping | 2006-11-17 | 1 | -2/+33 |
* | Try to squash 2 more warnings seen on buildot | Martin Mathieson | 2006-11-17 | 1 | -2/+3 |
* | Update from samba tree revision 19744 to 19759 | Jörg Mayer | 2006-11-17 | 6 | -21/+9 |