| Commit message (Expand) | Author | Age | Files | Lines |
* | A "character encoding" variable is now set per packet. The existence | Gilbert Ramirez | 1999-11-22 | 3 | -10/+22 |
* | Add a "Reset" button to reset the current display filter and | Laurent Deniel | 1999-11-21 | 1 | -2/+22 |
* | Change ipv4 class to use ip_to_str() when converting IP address to string. | Gilbert Ramirez | 1999-11-19 | 1 | -7/+4 |
* | Change match_selected() to produce a display filter using the selected | Gilbert Ramirez | 1999-11-19 | 1 | -32/+184 |
* | Heikki Vatiainen's SAP (Session Announcement Protocol) dissector. | Guy Harris | 1999-11-17 | 1 | -1/+2 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -3/+3 |
* | "gtk_object_get_data()" returns a pointer, so its return value shouldn't | Guy Harris | 1999-11-16 | 1 | -2/+2 |
* | Remove an "#if 0"-ed out chunk of code that was supposed to cause the | Guy Harris | 1999-11-16 | 1 | -5/+1 |
* | Don't store both "start" and "length" in each GUI proto_tree item. Just | Gilbert Ramirez | 1999-11-15 | 3 | -12/+12 |
* | Change my e-mail address to the forwarding address my *alma mater* | Guy Harris | 1999-11-11 | 1 | -2/+6 |
* | More small memleak fixes. | Gilbert Ramirez | 1999-11-10 | 1 | -1/+2 |
* | Add a "Go To Frame" menu item, which lets you go to a frame by frame | Guy Harris | 1999-11-10 | 1 | -1/+4 |
* | Add a "Go To Frame" menu item, which lets you go to a frame by frame | Guy Harris | 1999-11-08 | 3 | -1/+189 |
* | Pop up a message box if a search for a frame fails. | Guy Harris | 1999-11-06 | 1 | -3/+7 |
* | Clean up some stuff I failed to cleanup before the initial checkin. | Guy Harris | 1999-11-06 | 1 | -16/+3 |
* | Add a "Find Frame" menu item under "Display"; it lets you use a display | Guy Harris | 1999-11-06 | 6 | -6/+244 |
* | Get rid of an unused #define. | Guy Harris | 1999-11-06 | 1 | -4/+1 |
* | For the "-v" flag, dump the "libpcap" version number, if we were built | Guy Harris | 1999-11-04 | 1 | -5/+8 |
* | Warren Young's patch to add a "Print" button to the "Follow TCP Stream" | Guy Harris | 1999-10-30 | 1 | -2/+70 |
* | Uwe Girlich's ONC RPC and NFS dissectors. | Guy Harris | 1999-10-29 | 1 | -1/+3 |
* | Kojak's ICQ dissector. | Guy Harris | 1999-10-24 | 1 | -1/+2 |
* | Generalize the "ip_src" and "ip_dst" members of the "packet_info" | Guy Harris | 1999-10-22 | 1 | -9/+1 |
* | Additional NTP changes: | Guy Harris | 1999-10-22 | 1 | -1/+2 |
* | Have Ethereal check for a first command-line argument of "-G", rather | Guy Harris | 1999-10-21 | 1 | -15/+31 |
* | And add the new file to the list of gtk/libui.a sources, for distribution. | Gilbert Ramirez | 1999-10-20 | 1 | -1/+2 |
* | Move GTK-related stuff out of globals.h and put it in gtk/gtkglobals.h | Gilbert Ramirez | 1999-10-20 | 2 | -1/+43 |
* | Add ASCII/EBCDIC conversion to TCP Follow window. Also add Close button | Gilbert Ramirez | 1999-10-19 | 1 | -14/+129 |
* | Move display.[ch] --> gtk/display_opts.[ch] | Gilbert Ramirez | 1999-10-18 | 4 | -3/+318 |
* | Phil Techau's patch to add "col_append_str()". | Guy Harris | 1999-10-15 | 1 | -2/+5 |
* | avoid mistakingly commit dynamically generated files, like "Makefile". | Jun-ichiro itojun Hagino | 1999-10-15 | 1 | -0/+3 |
* | Nathan Neulinger's dissector for the Yahoo messenger and pager | Guy Harris | 1999-10-14 | 1 | -1/+2 |
* | Have "dfilter_compile()" return 0 on success and 1 on failure, and | Guy Harris | 1999-10-12 | 2 | -10/+12 |
* | Oops! Forgot to commit the change that adds Christophe Tronche to the | Guy Harris | 1999-10-11 | 1 | -1/+2 |
* | When a new display filter is to be applied, don't set "cf.dfilter" or | Guy Harris | 1999-10-11 | 2 | -30/+13 |
* | - fix a segmentation violation with big "match selected" filters. | Laurent Deniel | 1999-10-09 | 1 | -2/+3 |
* | Include "main.h", to pull in the external declarations of several | Guy Harris | 1999-10-08 | 1 | -1/+5 |
* | Fix the include-guard #define to be "__MAIN_H__", matching the name of | Guy Harris | 1999-10-08 | 1 | -4/+4 |
* | Don't initialize the file name field in the "File/Open" dialog box with | Guy Harris | 1999-10-02 | 1 | -14/+1 |
* | Get rid of "-F" - "-S" works, and has a more convenient UI. | Guy Harris | 1999-10-02 | 2 | -12/+12 |
* | Wrap stufff that's used only if we have "libpcap" in "#ifdef | Guy Harris | 1999-10-02 | 2 | -4/+12 |
* | Move the declaration of global variables involved with packet capture | Guy Harris | 1999-10-02 | 1 | -1/+5 |
* | Add a file name field to the "Capture/Start" dialog box; if it's blank, | Guy Harris | 1999-10-02 | 1 | -21/+92 |
* | Have "do_capture()" take, as an argument, a pointer to the name of the | Guy Harris | 1999-10-02 | 2 | -31/+8 |
* | A child process for a "-S" or "-F" capture should *always* exit when the | Guy Harris | 1999-10-02 | 1 | -8/+12 |
* | Move the definitions of "sync_mode", "sync_pipe", "fork_mode", | Guy Harris | 1999-10-01 | 1 | -9/+1 |
* | If we specify a save file name with "-w", mark it as "user saved", so | Guy Harris | 1999-09-30 | 1 | -1/+2 |
* | Add a new global flag "capture_child", which is TRUE if we're a child | Guy Harris | 1999-09-30 | 1 | -29/+44 |
* | If we're given the "-k" flag, don't start the capture until after we've: | Guy Harris | 1999-09-30 | 2 | -47/+63 |
* | GTK 1.2.5 version (not that it matters, given that GLib declares | Guy Harris | 1999-09-30 | 1 | -1/+1 |
* | Enable "Print hex" only if "Print detail" is on. | Guy Harris | 1999-09-29 | 1 | -2/+7 |