| Commit message (Expand) | Author | Age | Files | Lines |
* | When analyzing RTP streams, use the source address as well as the SSRC | Gerald Combs | 2005-03-05 | 1 | -2/+4 |
* | This is the rest of the patch from Francisco Alcoba. | Luis Ontanon | 2005-03-02 | 1 | -26/+26 |
* | from lars ruoff a few extra columns for rtp analysis | Ronnie Sahlberg | 2005-02-16 | 1 | -54/+11 |
* | huge cleanup of capture file API (functions in file.c/file.h). | Ulf Lamping | 2005-02-04 | 1 | -4/+4 |
* | Get rid of an unused typedef. | Guy Harris | 2005-02-02 | 1 | -2/+0 |
* | Add casts of OBJECT_SET_DATA() arguments in cases where that's | Guy Harris | 2005-01-01 | 1 | -9/+10 |
* | As we've made the tap_specific_data field of a tap_packet_t structure a | Guy Harris | 2005-01-01 | 1 | -10/+16 |
* | In column sort routines, make the row pointers "const" pointers, as the | Guy Harris | 2004-12-31 | 1 | -2/+2 |
* | Make the tone of the error messages a bit less formal, by using | Guy Harris | 2004-12-29 | 1 | -1/+1 |
* | From Francisco Alcoba: handle inverted time stamps without hanging. | Guy Harris | 2004-12-02 | 1 | -2/+13 |
* | From Francisco Alcoba: | Guy Harris | 2004-12-01 | 1 | -78/+122 |
* | From Alejandro Vaquero: in the RTP analysis code, don't analyze packets | Guy Harris | 2004-10-17 | 1 | -0/+11 |
* | From: "Alejandro Vaquero : Add IP bandwidth calculation in RTP analysis (in K... | Anders Broman | 2004-10-11 | 1 | -28/+61 |
* | From Alejandro Vaquero: make the window bigger so we don't have | Guy Harris | 2004-10-06 | 1 | -1/+1 |
* | Don't use a terminating entry in the clock_map table, compute the number | Guy Harris | 2004-10-05 | 1 | -9/+18 |
* | From Alejandro Vaquero: | Guy Harris | 2004-10-01 | 1 | -27/+1264 |
* | Move the tap infrastructure to the epan directory. | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | From Lars Ruoff: don't hardwire the RTP sampling clock rate to 8000 | Guy Harris | 2004-07-17 | 1 | -1/+54 |
* | On at least some platforms, a #define of O_BINARY is needed even if | Guy Harris | 2004-06-30 | 1 | -1/+6 |
* | define of O_BINARY not needed, if fcntl.h is included | Ulf Lamping | 2004-06-29 | 1 | -9/+5 |
* | add details for doxygen, various code cleanups as a result of this | Ulf Lamping | 2004-06-01 | 1 | -3/+3 |
* | use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs, | Ulf Lamping | 2004-05-27 | 1 | -3/+3 |
* | more code cleanup from dialog things: | Ulf Lamping | 2004-05-26 | 1 | -33/+25 |
* | use new functions in window API (ui_util.h), | Ulf Lamping | 2004-05-23 | 1 | -13/+8 |
* | going to have a standard behaviour of the dialogs | Ulf Lamping | 2004-05-22 | 1 | -3/+2 |
* | various string related changes, mainly replace sprintf/snprintf by g_snprintf | Ulf Lamping | 2004-03-13 | 1 | -9/+10 |
* | statistics menu redesigned, now looking more like the former menu, | Ulf Lamping | 2004-02-23 | 1 | -2/+2 |
* | Redesigned the menu structure of the former statistics stuff, | Ulf Lamping | 2004-02-22 | 1 | -6/+2 |
* | Add a "window_new()" routine that creates a window of a given type, sets | Guy Harris | 2004-02-13 | 1 | -5/+5 |
* | The HIG's and/or GUI toolkit documentation for: | Guy Harris | 2004-02-12 | 1 | -25/+24 |
* | Move the declaration of "register_tap_menu_item()" into a new | Guy Harris | 2004-02-11 | 1 | -2/+2 |
* | Add "write_failure_alert_box()" to put up an alert box for a failed | Guy Harris | 2004-02-11 | 1 | -17/+9 |
* | Add an "open_failure_alert_box()" routine to pop up an alert box for a | Guy Harris | 2004-02-11 | 1 | -9/+5 |
* | replaced every appearance of gtk_scrolled_window_new() with | Ulf Lamping | 2004-02-06 | 1 | -7/+3 |
* | Add to the _rtp_info structure a "info_all_data_present" boolean, which | Guy Harris | 2004-01-31 | 1 | -7/+37 |
* | Pass ESD_BTN_OK rather than NULL as a second argument to | Guy Harris | 2004-01-31 | 1 | -32/+36 |
* | renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to | Ulf Lamping | 2004-01-31 | 1 | -12/+12 |
* | From Lars Ruoff: | Olivier Biot | 2004-01-27 | 1 | -14/+16 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -3/+5 |
* | Check for write errors when writing CSV data as well. | Guy Harris | 2004-01-25 | 1 | -10/+78 |
* | Check whether the "fopen()" that creates a CSV file fails and, if so, | Guy Harris | 2004-01-25 | 1 | -1/+6 |
* | From Lars Ruoff (who also contributed the previous change; my apologies | Guy Harris | 2004-01-24 | 1 | -42/+79 |
* | From Lars Roland: | Guy Harris | 2004-01-23 | 1 | -131/+288 |
* | The progressbar had a parameter to specify the text of the Cancel/Stop button. | Ulf Lamping | 2004-01-21 | 1 | -2/+2 |
* | use stock buttons whereever possible, | Ulf Lamping | 2004-01-21 | 1 | -5/+5 |
* | commented out refresh_bt, as it's currently unused | Ulf Lamping | 2004-01-20 | 1 | -2/+2 |
* | From Lars Ruoff: temporarily comment out the code for the "refresh" button; | Olivier Biot | 2004-01-19 | 1 | -3/+16 |
* | Use "retap_packets()" rather than "redissect_packets()". | Guy Harris | 2004-01-13 | 1 | -3/+3 |