aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-24Fix bug #8160, one case left where delta of previously captured frame is inco...Jakub Zawadzki1-8/+11
2013-02-20From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Chris Maynard1-0/+5
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-0/+1
2013-01-23Run epan_cleanup after printing the version information in tshark,Evan Huus1-0/+6
2013-01-15Add some routines to wsutil to, at least on some platforms, addGuy Harris1-9/+19
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-20Add -Q option to TShark to force only "true" errors to stderr. No "status" m...Michael Mann1-4/+11
2012-12-12Make the "-g" argument to tshark actually work (by passing it to dumpcap).Jeff Morriss1-2/+2
2012-12-12Document the "-g" option to dumpcap.Jeff Morriss1-0/+2
2012-12-08Allow TShark to specify columns as fields with -e option (https://bugs.wiresh...Michael Mann1-11/+15
2012-11-29Add an add_hosts_file routine that adds a "hosts" path to an array andGerald Combs1-12/+5
2012-11-27Delay the reading of the hosts file ("-H") until after cf_open() has beenJeff Morriss1-7/+18
2012-11-25Fix a number of [-Wshadow] warnings;Bill Meier1-99/+115
2012-11-21On error, have capture_opts_trim_iface() return the exit status thatGuy Harris1-4/+4
2012-11-19From Mike Garratt:Anders Broman1-1/+2
2012-10-27Don't use wtap_phdr() for getting pkthdr struct after wtap_seek_read().Jakub Zawadzki1-1/+1
2012-10-23Inspired by http://www.wireshark.org/lists/wireshark-users/201206/msg00025.ht...Chris Maynard1-9/+43
2012-10-221) Allow for the possibility for both packet summary and packet details to beChris Maynard1-66/+89
2012-10-20Introduce epan_dissect_run_with_taps() which run dissection with taps.Jakub Zawadzki1-10/+2
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-20/+16
2012-10-14Unused variableEvan Huus1-3/+3
2012-10-05Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs1-4/+4
2012-10-02Get rid of the always-null and unused argument toGuy Harris1-3/+3
2012-10-02Fix a comment, add another comment, and fix indentation.Guy Harris1-6/+6
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki1-8/+20
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1