| Commit message (Expand) | Author | Age | Files | Lines |
* | Move frame_data_init() declaration to frame_data.h | Kovarththanan Rajaratnam | 2009-09-21 | 1 | -9/+2 |
* | Fix return type for frame_data_init() | Kovarththanan Rajaratnam | 2009-09-20 | 1 | -1/+1 |
* | Introduce frame_data_cleanup() and start using it | Kovarththanan Rajaratnam | 2009-09-20 | 1 | -9/+1 |
* | Introduce frame_data_init() and get rid of fill_in_fdata() in tshark.c | Kovarththanan Rajaratnam | 2009-09-20 | 1 | -70/+13 |
* | Make cf_mark_frame() an empty stub in tshark.c. We only need it to satisfy a ... | Kovarththanan Rajaratnam | 2009-09-20 | 1 | -10/+2 |
* | Remove unused cf_unmark_frame() function | Kovarththanan Rajaratnam | 2009-09-20 | 1 | -15/+0 |
* | Move verbose banner output to show_version() and tighten scope of some variables | Kovarththanan Rajaratnam | 2009-09-20 | 1 | -21/+29 |
* | Add an option to col_fill_in() to allow us to disable column expression proce... | Kovarththanan Rajaratnam | 2009-09-08 | 1 | -1/+1 |
* | Make tshark and rawshark use build_column_format_array() instead of duplicati... | Kovarththanan Rajaratnam | 2009-09-08 | 1 | -42/+2 |
* | Store the packet encapsulation type as gint8. Saves 3 bytes per packet | Kovarththanan Rajaratnam | 2009-09-07 | 1 | -1/+3 |
* | Split a bunch of init routines into init() and cleanup(). This allows us to f... | Kovarththanan Rajaratnam | 2009-09-06 | 1 | -3/+7 |
* | Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi... | Kovarththanan Rajaratnam | 2009-08-13 | 1 | -11/+13 |
* | Note that the new behavior matches what Wireshark does. | Guy Harris | 2009-08-08 | 1 | -1/+1 |
* | tshark: console_log_level preference now controls which log msgs are sent to ... | Bill Meier | 2009-08-07 | 1 | -6/+41 |
* | From Kovarththanan Rajaratnam: | Anders Broman | 2009-07-27 | 1 | -1/+1 |
* | From Kovarththanan Rajaratnam: | Anders Broman | 2009-07-23 | 1 | -0/+7 |
* | Clarify that "-w" specifies a *pcap-format* file to be written to. | Guy Harris | 2009-07-08 | 1 | -1/+2 |
* | Have tap listeners specify whether the "packet" routine requires | Guy Harris | 2009-06-05 | 1 | -11/+40 |
* | Change the signature of init_progfile_dir() so the casting of the | Guy Harris | 2009-03-22 | 1 | -1/+1 |
* | In Solaris, the second argument to dladdr() is just a void *, not a | Guy Harris | 2009-03-22 | 1 | -2/+1 |
* | Attempt to use dladdr() to get the pathname of the executable image if | Guy Harris | 2009-03-22 | 1 | -1/+2 |
* | From Jakub Zawadzki: | Stig Bjørlykke | 2009-03-15 | 1 | -2/+1 |
* | For tshark -b -S -w: close files after reading them; fixes bug #3172; | Bill Meier | 2009-02-15 | 1 | -7/+10 |
* | Add a routine to report write errors to the list of failure-reporting | Guy Harris | 2009-02-15 | 1 | -4/+16 |
* | #include <epan/conversation.h> not req'd ... | Bill Meier | 2009-02-07 | 1 | -1/+0 |
* | add a -K command line option to provide the name of the kerberos keytab | Ronnie Sahlberg | 2008-10-03 | 1 | -1/+7 |
* | #include <emem.h> not req'd | Bill Meier | 2008-08-26 | 1 | -1/+0 |
* | The packet counts and drop counts reported by libpcap are unsigned. | Guy Harris | 2008-08-19 | 1 | -12/+12 |
* | Move privileges.c and unicode-utils.c from epan to wsutil (so things like | Jeff Morriss | 2008-06-30 | 1 | -1/+1 |
* | Rename capture_opts to global_capture_opts - that's what it's called in | Guy Harris | 2008-06-23 | 1 | -37/+37 |
* | Free up the err_info string returned by wtap_read(). | Guy Harris | 2008-05-30 | 1 | -0/+2 |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -2/+1 |
* | Removed an unused break. | Stig Bjørlykke | 2008-05-06 | 1 | -1/+0 |
* | Get rid of extra blank lines at the end of the file. | Guy Harris | 2008-04-30 | 1 | -2/+0 |
* | Use report_failure() to report failures in capture_sync.c; that will do | Guy Harris | 2008-04-30 | 1 | -23/+1 |
* | http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.html | Luis Ontanon | 2008-04-03 | 1 | -0/+2 |
* | Make tshark and rawshark behave similar to wireshark when "frame.time_delta_d... | Sake Blok | 2008-03-21 | 1 | -4/+8 |
* | Allow tshark to print custom columns. | Stig Bjørlykke | 2008-03-17 | 1 | -1/+8 |
* | Custom column updates: | Stephen Fisher | 2008-03-01 | 1 | -2/+2 |
* | Make -c work properly in tshark when a read filter is used. | Sake Blok | 2008-02-15 | 1 | -3/+4 |
* | More rewrite of prohibited APIs (sprintf, strcpy, strcat). | Stig Bjørlykke | 2008-02-03 | 1 | -3/+2 |
* | From Balint Reczey (bug 2233): | Sake Blok | 2008-02-03 | 1 | -0/+28 |
* | This patch adds support for configuration profiles, which can be used to | Stig Bjørlykke | 2008-01-14 | 1 | -1/+13 |
* | Fixed a few "statement not reached" warnings and a "assignment type mismatch"... | Stig Bjørlykke | 2008-01-14 | 1 | -3/+0 |
* | Warning fixes: function declaration isn’t a prototype | Jörg Mayer | 2007-12-14 | 1 | -2/+2 |
* | If we only captured 1 packet, print "1 packet", not "1 packets". | Guy Harris | 2007-11-22 | 1 | -1/+2 |
* | Introduce a new field type called FT_EBCDIC. This field works the same as | Stephen Fisher | 2007-11-19 | 1 | -0/+2 |
* | "sa_mask" in a "struct sigaction" is a sigset_t, which is not | Guy Harris | 2007-10-24 | 1 | -2/+2 |
* | Use sigaction(), not signal(), so we know what its semantics are (and so | Guy Harris | 2007-10-24 | 1 | -29/+21 |
* | Add 'C' as a valid -N option in error message. | Bill Meier | 2007-10-01 | 1 | -1/+2 |