| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the number of marked packets in the summary window. | Laurent Deniel | 2000-08-21 | 3 | -3/+12 |
* | Frames in the packet list can now be marked by the user using | Laurent Deniel | 2000-08-21 | 5 | -20/+90 |
* | Put an indentation in hexdump display of a TCP stream | Laurent Deniel | 2000-08-21 | 1 | -2/+3 |
* | Revert the last silly change ... :-) | Richard Sharpe | 2000-08-21 | 1 | -2/+2 |
* | A small change ... | Richard Sharpe | 2000-08-21 | 1 | -2/+2 |
* | Make work better the (hexdump) popup menus. | Laurent Deniel | 2000-08-21 | 3 | -17/+21 |
* | Instead of each set of built-in preferences having "ok", "save", | Guy Harris | 2000-08-21 | 1 | -9/+22 |
* | Instead of each set of built-in preferences having "ok", "save", | Guy Harris | 2000-08-21 | 17 | -295/+468 |
* | "capture_child" isn't declared or defined if HAVE_LIBPCAP isn't defined; | Guy Harris | 2000-08-21 | 1 | -2/+6 |
* | Add a popup menu for the hexdump window. For now, it has only the | Laurent Deniel | 2000-08-20 | 3 | -3/+19 |
* | Cleaning (remove comment and tcp_extra_data). | Laurent Deniel | 2000-08-20 | 1 | -10/+1 |
* | Fix a comment. | Laurent Deniel | 2000-08-20 | 1 | -2/+2 |
* | "ascend" was not working as display filter... | Laurent Deniel | 2000-08-20 | 1 | -2/+3 |
* | - proto_bgp was not added in protocol tree, so "bgp" was not | Laurent Deniel | 2000-08-20 | 1 | -6/+17 |
* | - do not issue the font warning if in the child process (used for real time | Laurent Deniel | 2000-08-20 | 1 | -9/+13 |
* | SMTP is Simple *Mail* Transfer Protocol not Message. | Laurent Deniel | 2000-08-20 | 1 | -2/+8 |
* | Use "memset()" to zero byte arrays, and "memcpy" to copy into them. | Guy Harris | 2000-08-20 | 1 | -9/+7 |
* | When the Win32 GTK+ constructs fake XLFD names for Windows fonts, it | Guy Harris | 2000-08-20 | 1 | -1/+2 |
* | Remove references to the "-b" option from the usage messages, as that | Guy Harris | 2000-08-20 | 1 | -11/+10 |
* | Instead of having the normal-weight and bold fonts set separately, | Guy Harris | 2000-08-20 | 7 | -40/+265 |
* | This is an SMTP dissector, not a BXXP dissector; fix the comment at the | Guy Harris | 2000-08-20 | 1 | -6/+6 |
* | Added packet-smtp.c and modified packet.c to include code that was never | Richard Sharpe | 2000-08-19 | 2 | -1/+224 |
* | Adding the first part of packet-smtp.c ... | Richard Sharpe | 2000-08-19 | 1 | -1/+2 |
* | Add Mbit/sec to the summary window. | Laurent Deniel | 2000-08-19 | 1 | -1/+5 |
* | Fix buffer overflow on zlib uncompression errors. | Laurent Deniel | 2000-08-19 | 1 | -2/+2 |
* | Fix potential buffer overflows. | Laurent Deniel | 2000-08-19 | 3 | -10/+14 |
* | - fix potential buffer overflow problems. | Laurent Deniel | 2000-08-19 | 1 | -9/+23 |
* | Michael Tuexen's patch to add "sctp.port" as a dissector table so that | Guy Harris | 2000-08-19 | 3 | -62/+90 |
* | Michael Tuexen's changes to define a port type for SCTP ports, handle | Guy Harris | 2000-08-19 | 4 | -13/+50 |
* | avoid pointer typecast, which leads to unaligned access. | Jun-ichiro itojun Hagino | 2000-08-18 | 1 | -6/+5 |
* | - remove ^M | Laurent Deniel | 2000-08-18 | 1 | -655/+657 |
* | Add Zebra dissector from Jochen. | Gilbert Ramirez | 2000-08-18 | 4 | -4/+662 |
* | - move some #preprocessor directives at the fisrt column. | Laurent Deniel | 2000-08-18 | 1 | -4/+9 |
* | Modify the Gryphon plugin code in order to avoid an abort when the | Laurent Deniel | 2000-08-18 | 2 | -10/+19 |
* | add dissector for draft-ietf-ipngwg-icmp-name-lookups-06.txt | Jun-ichiro itojun Hagino | 2000-08-18 | 2 | -68/+373 |
* | A6 records are now RFC 2874 (not i-d) | Jun-ichiro itojun Hagino | 2000-08-18 | 1 | -4/+4 |
* | Add a comment about the use of prefs_register_module() in protocol dissectors | Laurent Deniel | 2000-08-17 | 1 | -1/+5 |
* | Add comments about pointers. | Gilbert Ramirez | 2000-08-17 | 1 | -5/+25 |
* | Don't catch the "delete_event" signal for the "Help" window - we just | Guy Harris | 2000-08-17 | 1 | -7/+16 |
* | It was silly of me to require that "forget_scrolled_window()" be called | Guy Harris | 2000-08-17 | 7 | -105/+58 |
* | Fix a long standing bug in the scrolled window handling in follow TCP stream | Laurent Deniel | 2000-08-16 | 3 | -43/+94 |
* | The "Edit:protocols..." window is now sorted. | Laurent Deniel | 2000-08-16 | 1 | -57/+77 |
* | - remove "Match Selected" from the packet list popup menu. | Laurent Deniel | 2000-08-16 | 1 | -5/+5 |
* | In "set_plist_sel_browse()", don't unselect the current packet if the | Guy Harris | 2000-08-15 | 1 | -1/+24 |
* | Rename the "Properties" pop-up menu item "Protocol Properties", to make | Guy Harris | 2000-08-15 | 1 | -3/+3 |
* | Get rid of an unused variable. | Guy Harris | 2000-08-15 | 1 | -2/+1 |
* | Oups. Forgot some set_menus_for_selected_tree_row calls. | Laurent Deniel | 2000-08-15 | 2 | -2/+4 |
* | Fix a problem with const char * | Laurent Deniel | 2000-08-15 | 3 | -7/+7 |
* | 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 |