| Commit message (Expand) | Author | Age | Files | Lines |
* | "redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as it | Guy Harris | 2000-09-09 | 1 | -3/+2 |
* | Redraw: | Guy Harris | 2000-09-08 | 1 | -3/+2 |
* | Graham Bloice's patch to support inverse video rather than boldface | Guy Harris | 2000-09-08 | 1 | -2/+3 |
* | Change wtap_read() API so that the data offset is set via a pointer, and | Gilbert Ramirez | 2000-09-07 | 1 | -4/+4 |
* | If we've thrown away saved state before a rescan of the frames in a | Guy Harris | 2000-08-24 | 1 | -2/+21 |
* | Actually, we do have to clear all the dissector information if we're | Guy Harris | 2000-08-24 | 1 | -8/+34 |
* | Instead of keeping in the information about an RPC call a count of the | Guy Harris | 2000-08-24 | 1 | -14/+1 |
* | Add prefs.gui_marked_[fb]g color preferences for the | Laurent Deniel | 2000-08-21 | 1 | -4/+3 |
* | Frames in the packet list can now be marked by the user using | Laurent Deniel | 2000-08-21 | 1 | -9/+22 |
* | Fix potential buffer overflows. | Laurent Deniel | 2000-08-19 | 1 | -3/+4 |
* | Oups. Forgot some set_menus_for_selected_tree_row calls. | Laurent Deniel | 2000-08-15 | 1 | -1/+2 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -8/+9 |
* | Make copy_binary_file() static since follow_dlg.c no longer uses it. | Gilbert Ramirez | 2000-08-09 | 1 | -2/+3 |
* | Add a "Save As" feature to the TCP Follow dialogue, to save the stream | Gilbert Ramirez | 2000-08-03 | 1 | -54/+76 |
* | Replace calls to sprintf() with snprintf() in file_*_error_message routines, | Gilbert Ramirez | 2000-08-03 | 1 | -6/+11 |
* | When rescanning a file, all state information for the frames has | Gilbert Ramirez | 2000-07-26 | 1 | -1/+5 |
* | In Tethereal: | Guy Harris | 2000-07-20 | 1 | -2/+2 |
* | Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seems | Guy Harris | 2000-07-20 | 1 | -13/+17 |
* | Put up a progress dialog when changing the time display; it can take a | Guy Harris | 2000-07-09 | 1 | -1/+47 |
* | Turn the code of "colorize_packet()" into a static routine that is given | Guy Harris | 2000-07-09 | 1 | -35/+74 |
* | If the progress dialog gets a "delete" event, have the handler return | Guy Harris | 2000-07-07 | 1 | -4/+5 |
* | Use "progdlg_t *" rather than "void *" as the handle for a progress | Guy Harris | 2000-07-07 | 1 | -18/+19 |
* | If the user clicks the "Cancel" button in a progress-bar dialog box for | Guy Harris | 2000-07-03 | 1 | -4/+5 |
* | Remove the progress bar from the status line, and, instead, for any | Guy Harris | 2000-07-03 | 1 | -60/+91 |
* | Don't pass a pointer to the packet data buffer to "read_packet()"; let | Guy Harris | 2000-06-27 | 1 | -7/+8 |
* | Add routines to Wiretap to allow a client of Wiretap to get: | Guy Harris | 2000-06-27 | 1 | -32/+114 |
* | Patch from Ben Fowler to rename the global variable "cf" to "cfile", to | Guy Harris | 2000-06-27 | 1 | -1/+2 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -5/+5 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -41/+37 |
* | Have "proto_tree_is_visible" false except when we're in the middle of | Guy Harris | 2000-05-18 | 1 | -7/+9 |
* | We can't trust "cf->current_frame" to refer to the frame that was | Guy Harris | 2000-05-15 | 1 | -50/+63 |
* | Ben Fowler <wapdev@leedsnet.com>'s "usage of fd" patch. | Gilbert Ramirez | 2000-05-12 | 1 | -59/+59 |
* | Fix indentation so that it looks correct if tabs are every 8 spaces, | Guy Harris | 2000-05-06 | 1 | -3/+3 |
* | Change dfilter_apply() to 4-argument function. 4th argument is not yet used, | Gilbert Ramirez | 2000-04-14 | 1 | -5/+7 |
* | Consolidate flags in struct frame_data, and add "visited" flag. Use | Gilbert Ramirez | 2000-04-13 | 1 | -12/+13 |
* | When searching for a frame that matches a filter expression, we | Guy Harris | 2000-04-07 | 1 | -7/+7 |
* | Plug a memory leak in the "Find Frame" code - we weren't freeing the | Guy Harris | 2000-04-07 | 1 | -2/+5 |
* | After destroying the mem chunk for the packet list, null out the pointer | Guy Harris | 2000-04-06 | 1 | -2/+4 |
* | Allocate the new mem chunk for the capture in "open_cap_file()", rather | Guy Harris | 2000-04-04 | 1 | -9/+6 |
* | Set cf->plist_chunk in the other place where needed. Guy's experiencing | Gilbert Ramirez | 2000-04-03 | 1 | -2/+10 |
* | Note that it didn't seem to save a significant amount of time or space | Guy Harris | 2000-04-03 | 1 | -2/+6 |
* | Use a GMemChunk for allocating and freeing "frame_data" structures; it | Guy Harris | 2000-04-03 | 1 | -10/+15 |
* | Add a counter : "enabled_plugins_number", to record how many plugins are | Olivier Abad | 2000-03-31 | 1 | -2/+2 |
* | Patches from Andreas Sikkema: | Guy Harris | 2000-03-28 | 1 | -3/+12 |
* | Set the per frame data pointer to NULL when a new frame is read in. | Richard Sharpe | 2000-03-26 | 1 | -1/+2 |
* | In "add_packet_to_packet_list()", always use the "buf" argument to refer | Guy Harris | 2000-03-20 | 1 | -5/+5 |
* | Making the "frame_data" structure for a frame the data associated with | Guy Harris | 2000-03-12 | 1 | -13/+56 |
* | We already set the foreground and background color for every frame, | Guy Harris | 2000-03-08 | 1 | -54/+39 |
* | Jeff Foster's changes, with my additions, to allow the user to pop up a | Guy Harris | 2000-02-29 | 1 | -1/+6 |
* | Don't use a fixed-size line buffer for summary lines in the print code; | Guy Harris | 2000-02-21 | 1 | -13/+45 |