| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix one small memory leak. | Evan Huus | 2013-09-04 | 1 | -0/+2 |
* | Fully deprecate read filter (-R) without two-pass (-2). It does exactly the same | Evan Huus | 2013-08-28 | 1 | -16/+12 |
* | Output a warning about kernel BPF JIT compiler beeing activated. | Anders Broman | 2013-08-23 | 1 | -0/+8 |
* | Move a brace outside an #ifdef, it was confusing vim's folding. | Evan Huus | 2013-08-22 | 1 | -2/+3 |
* | Don't look at packet or byte limits during the second pass of two-pass analysis. | Evan Huus | 2013-08-22 | 1 | -12/+0 |
* | I guess Solaris's getopt_long() "struct option" declaration doesn't have | Guy Harris | 2013-08-14 | 1 | -1/+1 |
* | As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9033 | Evan Huus | 2013-08-13 | 1 | -0/+1 |
* | Don't print the packet counter when capturing if we're also printing | Guy Harris | 2013-08-09 | 1 | -13/+33 |
* | Now that we're using getopt_long(), and have some options available only | Guy Harris | 2013-08-02 | 1 | -1/+2 |
* | fix buildbot error on OSX-10.6-x64 | Martin Kaiser | 2013-08-01 | 1 | -0/+1 |
* | pass --capture-comment from tshark to dumpcap | Martin Kaiser | 2013-08-01 | 1 | -0/+15 |
* | add --capture-comment to tshark's print_usage() function | Martin Kaiser | 2013-08-01 | 1 | -0/+3 |
* | Remove fdata->opt_comment, add pkt_comment to pinfo | Jakub Zawadzki | 2013-08-01 | 1 | -0/+1 |
* | add --capture-comment to tshark | Martin Kaiser | 2013-08-01 | 1 | -2/+10 |
* | use getopt_long() in tshark | Martin Kaiser | 2013-08-01 | 1 | -1/+5 |
* | simplify argument checking for tshark | Martin Kaiser | 2013-08-01 | 1 | -13/+9 |
* | Make some functions not used outside tshark.c static. | Guy Harris | 2013-07-23 | 1 | -2/+2 |
* | Abuse epan_t more: add callback to get interface name. | Jakub Zawadzki | 2013-07-22 | 1 | -0/+1 |
* | Replace relative timestamp with reference frame number. Saves 16B per frame. | Jakub Zawadzki | 2013-07-21 | 1 | -5/+21 |
* | Add helper function to epan_session which can be used to get absolute timesta... | Jakub Zawadzki | 2013-07-21 | 1 | -5/+36 |
* | Some work on multi file dissection | Jakub Zawadzki | 2013-07-21 | 1 | -11/+9 |
* | Move the print modules into epan. | Jeff Morriss | 2013-07-12 | 1 | -2/+2 |
* | Move disabled_protos.{h,c} into epan. | Jeff Morriss | 2013-07-12 | 1 | -1/+1 |
* | packet dissection now takes pointer to tvb instead of guint8 data | Jakub Zawadzki | 2013-07-11 | 1 | -3/+4 |
* | From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8906 : | Jeff Morriss | 2013-07-08 | 1 | -3/+4 |
* | Fix the last remnant of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8160 | Evan Huus | 2013-07-06 | 1 | -5/+8 |
* | get main_window_update out of the way... pass an update_cb to the capture_syn... | Luis Ontanon | 2013-06-27 | 1 | -10/+3 |
* | Have the seek-read routines take a Buffer rather than a guint8 pointer | Guy Harris | 2013-06-16 | 1 | -7/+9 |
* | Allow tshark to read a pcap file and either save it as a new pcap file or for... | Chris Maynard | 2013-06-05 | 1 | -3/+7 |
* | Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8714 : | Jeff Morriss | 2013-05-24 | 1 | -1/+7 |
* | No capture options if no libpcap. | Guy Harris | 2013-05-22 | 1 | -1/+1 |
* | AAAAAArgh. The capture_input_new_XXX routines are called from | Guy Harris | 2013-05-22 | 1 | -3/+4 |
* | Another Win32-only fix. | Guy Harris | 2013-05-22 | 1 | -1/+1 |
* | Pull the capture-session state information out of capture_opts and put | Guy Harris | 2013-05-22 | 1 | -19/+23 |
* | Rename capture_opts_trim_iface() to | Guy Harris | 2013-05-22 | 1 | -3/+3 |
* | Send the output of the -D and -L options to the standard output rather | Guy Harris | 2013-04-25 | 1 | -21/+0 |
* | Coalesce "-G fields2" and "-G fields3" into "-G fields", as discussed on -dev. | Chris Maynard | 2013-04-05 | 1 | -10/+3 |
* | Update -2, -R and -Y to behave consistently as per the concensus reached on | Evan Huus | 2013-03-30 | 1 | -92/+38 |
* | From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223 | Evan Huus | 2013-03-27 | 1 | -23/+126 |
* | From beroset: | Bill Meier | 2013-03-20 | 1 | -6/+6 |
* | Fix the leaking of packet comments, i.e. the rest of | Evan Huus | 2013-03-15 | 1 | -2/+2 |
* | Use explicit casts. | Anders Broman | 2013-03-06 | 1 | -4/+4 |
* | Followup to r48081: use the DEFAULT_CAPTURE_BUFFER_SIZE macro from r47942. | Jeff Morriss | 2013-03-05 | 1 | -1/+1 |
* | Default capture buffer size is now 2MB. (See also r47920 and r47937) | Chris Maynard | 2013-03-05 | 1 | -1/+1 |
* | Fix case where we were leaking frame_data if, during 2-pass analysis, | Evan Huus | 2013-03-03 | 1 | -0/+3 |
* | Fix bug #8101: tshark -2 -r fragments.pcap -R snmp -w out.pcap segmentation f... | Jakub Zawadzki | 2013-02-24 | 1 | -1/+1 |
* | Fix bug #8160, one case left where delta of previously captured frame is inco... | Jakub Zawadzki | 2013-02-24 | 1 | -8/+11 |
* | From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=... | Chris Maynard | 2013-02-20 | 1 | -0/+5 |
* | When any of our executables start on Windows create or open a "Wireshark | Gerald Combs | 2013-02-20 | 1 | -0/+1 |
* | Run epan_cleanup after printing the version information in tshark, | Evan Huus | 2013-01-23 | 1 | -0/+6 |