| Commit message (Expand) | Author | Age | Files | Lines |
* | Fetch a combobox control handle before we try to use it. Add some needed | Gerald Combs | 2006-04-28 | 1 | -11/+6 |
* | Fix logic used to test protection under Windows OT. Only initialize | Gerald Combs | 2006-04-28 | 1 | -14/+27 |
* | tcp analysis updates to prepare for later tcp reassembly updates | Ronnie Sahlberg | 2006-04-28 | 2 | -188/+56 |
* | - fix Bug 890 | Tomas Kukosa | 2006-04-28 | 1 | -7/+5 |
* | Don't change rflags for any properties other than | Guy Harris | 2006-04-28 | 1 | -10/+0 |
* | add some higher packet length values | Ulf Lamping | 2006-04-27 | 1 | -2/+2 |
* | This was completely broken, as the "length" variable actually reflected | Guy Harris | 2006-04-27 | 1 | -25/+27 |
* | From Diego Petteno and Daniel Black: add more libraries to the list of | Guy Harris | 2006-04-27 | 2 | -1/+2 |
* | Add an extra null pointer check. Fixes Coverity CID 154. | Gerald Combs | 2006-04-27 | 1 | -20/+25 |
* | Properly grow our buffers for utf_8to16(). | Gerald Combs | 2006-04-27 | 1 | -1/+1 |
* | From Martin Mathieson: | Anders Broman | 2006-04-27 | 1 | -1/+1 |
* | From Mark C. Brown: | Jaap Keuter | 2006-04-26 | 1 | -77/+77 |
* | Properly set our export file name before we try to use it. Fixes bug 894. | Gerald Combs | 2006-04-26 | 1 | -1/+1 |
* | If we're running under Windows 95/98/Me, don't abort if we can't protect | Gerald Combs | 2006-04-26 | 1 | -15/+21 |
* | Add dissection of MPEG4 fmtp parameter. | Anders Broman | 2006-04-26 | 1 | -11/+191 |
* | minor enhancements | Ulf Lamping | 2006-04-26 | 1 | -7/+18 |
* | Check for NULL return value from wtap_dump_open(). | Gilbert Ramirez | 2006-04-26 | 1 | -0/+4 |
* | authesserre samuel <sauthess@gmail.com>: | Jörg Mayer | 2006-04-26 | 2 | -4/+4 |
* | add tracking of ndmp conversations and use this to track the version used if ... | Ronnie Sahlberg | 2006-04-26 | 1 | -45/+64 |
* | NOTIFY_[DATA|MOVER]_HALTED requests no longer take an XDR string containing ... | Ronnie Sahlberg | 2006-04-26 | 1 | -4/+29 |
* | Workaround for bug 852. Force a line break so that the text view d... | Jaap Keuter | 2006-04-26 | 1 | -2/+13 |
* | Add some more ANSI Message types and Parameters dissect ANSI cause. | Anders Broman | 2006-04-25 | 2 | -20/+147 |
* | Add distclean and maintainerclean rules. | Guy Harris | 2006-04-25 | 56 | -0/+225 |
* | Add distclean and maintainerclean rules. | Guy Harris | 2006-04-25 | 1 | -0/+4 |
* | Add the usual Makefile.nmake comment. | Guy Harris | 2006-04-25 | 1 | -105/+108 |
* | Check several sets of additional libraries that libpcap might need | Guy Harris | 2006-04-25 | 1 | -16/+33 |
* | Add a URL | Jörg Mayer | 2006-04-25 | 1 | -0/+1 |
* | Update from samba tree revision 14805 to 15243 | Jörg Mayer | 2006-04-25 | 8 | -2/+127 |
* | Include non-dissector support files in the source. | Guy Harris | 2006-04-25 | 1 | -0/+1 |
* | rename some value_Strings from ..._val to ..._vals | Ronnie Sahlberg | 2006-04-25 | 4 | -25/+25 |
* | WinPcap 3.2 beta 1 (3, 2, 0, 29) seems to be working with the packet.dll, so ... | Ulf Lamping | 2006-04-25 | 1 | -1/+2 |
* | fix win32 build: | Ulf Lamping | 2006-04-25 | 2 | -3/+6 |
* | various changes: | Ulf Lamping | 2006-04-25 | 1 | -59/+283 |
* | bugifx (should be copied to the 1.0 trunk): don't crash, if the interface har... | Ulf Lamping | 2006-04-25 | 1 | -0/+6 |
* | copy input data into the buffer given to PacketRequest(), so functions with i... | Ulf Lamping | 2006-04-25 | 1 | -0/+1 |
* | remove a debugging printf | Ronnie Sahlberg | 2006-04-24 | 1 | -2/+0 |
* | SCSI Service Response Time Staistics | Ronnie Sahlberg | 2006-04-24 | 5 | -3/+448 |
* | Column list pointer became invalid when element was removed from list. Fixes ... | Jaap Keuter | 2006-04-24 | 1 | -1/+2 |
* | Preparations to include ANSI ISUP dissection. | Anders Broman | 2006-04-24 | 2 | -259/+995 |
* | From Miha Jemec: | Anders Broman | 2006-04-24 | 6 | -0/+1342 |
* | From Martin Mathieson: | Anders Broman | 2006-04-24 | 1 | -23/+46 |
* | Make some /******...*/ lines less wide: They make svn-diffs on the web page | Jörg Mayer | 2006-04-24 | 1 | -7/+8 |
* | change the signature for dissect_scsi_snsinfo() to take itlq and itl structures | Ronnie Sahlberg | 2006-04-24 | 6 | -24/+67 |
* | Use 2-space indentation. | Guy Harris | 2006-04-24 | 1 | -450/+441 |
* | Use proto_tree_add_item() whenever possible; this simplifies the code, | Guy Harris | 2006-04-23 | 1 | -29/+16 |
* | Export tvb_uncompress to plugins; fixes bug 893. | Guy Harris | 2006-04-23 | 1 | -0/+1 |
* | Try using the new generic plugin Makefile.nmake. | Guy Harris | 2006-04-23 | 1 | -6/+9 |
* | From Diego Petteno: link the shared libethereal against the ADNS | Guy Harris | 2006-04-23 | 2 | -1/+2 |
* | Fix CID: 150 | Anders Broman | 2006-04-23 | 1 | -1/+1 |
* | Use the PLUGIN_NAME macro, to see if we can minimize the number of | Guy Harris | 2006-04-23 | 1 | -4/+5 |