aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-15From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9272Chris Maynard1-18/+23
2013-10-15Micro-optimize print_columns(): replace g_snprintf() & g_strlcat() with memcp...Jakub Zawadzki1-22/+53
2013-10-10Fix the core dump reported in https://bugs.wireshark.org/bugzilla/show_bug.cg...Jeff Morriss1-0/+1
2013-10-09Make column "filter name" prefixed with _ws. to be the same as other "*shark ...Michael Mann1-1/+1
2013-09-04Fix one small memory leak.Evan Huus1-0/+2
2013-08-28Fully deprecate read filter (-R) without two-pass (-2). It does exactly the sameEvan Huus1-16/+12
2013-08-23Output a warning about kernel BPF JIT compiler beeing activated.Anders Broman1-0/+8
2013-08-22Move a brace outside an #ifdef, it was confusing vim's folding.Evan Huus1-2/+3
2013-08-22Don't look at packet or byte limits during the second pass of two-pass analysis.Evan Huus1-12/+0
2013-08-14I guess Solaris's getopt_long() "struct option" declaration doesn't haveGuy Harris1-1/+1
2013-08-13As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9033Evan Huus1-0/+1
2013-08-09Don't print the packet counter when capturing if we're also printingGuy Harris1-13/+33
2013-08-02Now that we're using getopt_long(), and have some options available onlyGuy Harris1-1/+2
2013-08-01fix buildbot error on OSX-10.6-x64Martin Kaiser1-0/+1
2013-08-01pass --capture-comment from tshark to dumpcapMartin Kaiser1-0/+15
2013-08-01add --capture-comment to tshark's print_usage() functionMartin Kaiser1-0/+3
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-0/+1
2013-08-01add --capture-comment to tsharkMartin Kaiser1-2/+10
2013-08-01use getopt_long() in tsharkMartin Kaiser1-1/+5
2013-08-01simplify argument checking for tsharkMartin Kaiser1-13/+9
2013-07-23Make some functions not used outside tshark.c static.Guy Harris1-2/+2
2013-07-22Abuse epan_t more: add callback to get interface name.Jakub Zawadzki1-0/+1
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-5/+21
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-5/+36
2013-07-21Some work on multi file dissectionJakub Zawadzki1-11/+9
2013-07-12Move the print modules into epan.Jeff Morriss1-2/+2
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss1-1/+1
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-3/+4
2013-07-08From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8906 :Jeff Morriss1-3/+4
2013-07-06Fix the last remnant of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8160Evan Huus1-5/+8
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon1-10/+3
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-7/+9
2013-06-05Allow tshark to read a pcap file and either save it as a new pcap file or for...Chris Maynard1-3/+7
2013-05-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8714 :Jeff Morriss1-1/+7
2013-05-22No capture options if no libpcap.Guy Harris1-1/+1
2013-05-22AAAAAArgh. The capture_input_new_XXX routines are called fromGuy Harris1-3/+4
2013-05-22Another Win32-only fix.Guy Harris1-1/+1
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-19/+23
2013-05-22Rename capture_opts_trim_iface() toGuy Harris1-3/+3
2013-04-25Send the output of the -D and -L options to the standard output ratherGuy Harris1-21/+0
2013-04-05Coalesce "-G fields2" and "-G fields3" into "-G fields", as discussed on -dev.Chris Maynard1-10/+3
2013-03-30Update -2, -R and -Y to behave consistently as per the concensus reached onEvan Huus1-92/+38
2013-03-27From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223Evan Huus1-23/+126
2013-03-20 From beroset:Bill Meier1-6/+6
2013-03-15Fix the leaking of packet comments, i.e. the rest ofEvan Huus1-2/+2
2013-03-06Use explicit casts.Anders Broman1-4/+4
2013-03-05Followup to r48081: use the DEFAULT_CAPTURE_BUFFER_SIZE macro from r47942.Jeff Morriss1-1/+1
2013-03-05Default capture buffer size is now 2MB. (See also r47920 and r47937)Chris Maynard1-1/+1
2013-03-03Fix case where we were leaking frame_data if, during 2-pass analysis,Evan Huus1-0/+3
2013-02-24Fix bug #8101: tshark -2 -r fragments.pcap -R snmp -w out.pcap segmentation f...Jakub Zawadzki1-1/+1