Don't cast away constness (except in cases where an API makes that
[metze/wireshark/wip.git] / tshark.c
2013-07-22 Jakub ZawadzkiAbuse epan_t more: add callback to get interface name.
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-21 Jakub ZawadzkiAdd helper function to epan_session which can be used...
2013-07-21 Jakub ZawadzkiSome work on multi file dissection
2013-07-12 Jeff MorrissMove the print modules into epan.
2013-07-12 Jeff MorrissMove disabled_protos.{h,c} into epan.
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-07-08 Jeff MorrissFrom Jim Young via https://bugs.wireshark.org/bugzilla...
2013-07-06 Evan HuusFix the last remnant of https://bugs.wireshark.org...
2013-06-27 Luis Ontanonget main_window_update out of the way... pass an update...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-05 Chris MaynardAllow tshark to read a pcap file and either save it...
2013-05-24 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-05-22 Guy HarrisNo capture options if no libpcap.
2013-05-22 Guy HarrisAAAAAArgh. The capture_input_new_XXX routines are...
2013-05-22 Guy HarrisAnother Win32-only fix.
2013-05-22 Guy HarrisPull the capture-session state information out of captu...
2013-05-22 Guy HarrisRename capture_opts_trim_iface() to
2013-04-25 Guy HarrisSend the output of the -D and -L options to the standar...
2013-04-05 Chris MaynardCoalesce "-G fields2" and "-G fields3" into "-G fields...
2013-03-30 Evan HuusUpdate -2, -R and -Y to behave consistently as per...
2013-03-27 Evan HuusFrom Hadriel Kaplan via https://bugs.wireshark.org...
2013-03-20 Bill Meier From beroset:
2013-03-15 Evan HuusFix the leaking of packet comments, i.e. the rest of
2013-03-06 Anders BromanUse explicit casts.
2013-03-05 Jeff MorrissFollowup to r48081: use the DEFAULT_CAPTURE_BUFFER_SIZE...
2013-03-05 Chris MaynardDefault capture buffer size is now 2MB. (See also...
2013-03-03 Evan HuusFix case where we were leaking frame_data if, during...
2013-02-24 Jakub ZawadzkiFix bug #8101: tshark -2 -r fragments.pcap -R snmp...
2013-02-24 Jakub ZawadzkiFix bug #8160, one case left where delta of previously...
2013-02-20 Chris MaynardFrom Edwin Groothuis via https://bugs.wireshark.org...
2013-02-20 Gerald CombsWhen any of our executables start on Windows create...
2013-01-23 Evan HuusRun epan_cleanup after printing the version information...
2013-01-15 Guy HarrisAdd some routines to wsutil to, at least on some platfo...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-20 Michael MannAdd -Q option to TShark to force only "true" errors...
2012-12-12 Jeff MorrissMake the "-g" argument to tshark actually work (by...
2012-12-12 Jeff MorrissDocument the "-g" option to dumpcap.
2012-12-08 Michael MannAllow TShark to specify columns as fields with -e optio...
2012-11-29 Gerald CombsAdd an add_hosts_file routine that adds a "hosts" path...
2012-11-27 Jeff MorrissDelay the reading of the hosts file ("-H") until after...
2012-11-25 Bill MeierFix a number of [-Wshadow] warnings;
2012-11-21 Guy HarrisOn error, have capture_opts_trim_iface() return the...
2012-11-19 Anders BromanFrom Mike Garratt:
2012-10-27 Jakub ZawadzkiDon't use wtap_phdr() for getting pkthdr struct after...
2012-10-23 Chris MaynardInspired by wireshark.org/lists/wireshark-users/201206...
2012-10-22 Chris Maynard1) Allow for the possibility for both packet summary...
2012-10-20 Jakub ZawadzkiIntroduce epan_dissect_run_with_taps() which run dissec...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-14 Evan HuusUnused variable
2012-10-05 Gerald CombsAdd a capture_file * element to packet_range_t and...
2012-10-02 Guy HarrisGet rid of the always-null and unused argument to
2012-10-02 Guy HarrisFix a comment, add another comment, and fix indentation.
2012-09-23 Jakub ZawadzkiStore pointers to previously displayed and captured...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-29 Evan HuusAdd casts to fix compilation with GCC.
2012-08-29 Michael MannFix Bug 7348 (https://bugs.wireshark.org/bugzilla/show_...
2012-08-08 Michael MannHave (almost) all preferences use the generic preferenc...
2012-08-08 Irene RüngelerAdd -A as command line option to wireshark and tshark.
2012-07-22 Evan HuusOnly initialize fields in the print_args that are actua...
2012-07-06 Anders BromanFrom Michael Mann:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-25 Anders BromanFrom Michael Mann:
2012-06-20 Gerald CombsIf we're making two passes and we have a display filter...
2012-05-20 Guy HarrisChange the "user_saved" member of a capture_file struct...
2012-05-16 Gerald CombsFix a bunch of uninitialized variables found by Coverit...
2012-04-16 Anders BromanFrom Evan Huus:
2012-03-14 Jeff MorrissDon't free idb_inf in wtap_dump_open_ng(): free it...
2012-03-13 Anders BromanFrom Jose Pedro Oliveira:
2012-03-13 Anders BromanA modified version of "pcapng: shd_userappl in newly...
2012-03-12 Anders BromanFree idb_inf and shb_hdr when done.
2012-02-21 Michael TüxenUse wtap_dump_open_ng() in tshark.
2012-02-21 Michael TüxenThis should fix the buildbots...
2012-02-17 Jörg MayerStart moving files to ui/ and ui/cli/
2012-02-16 Guy HarrisWith the WTAP_ERR_UNSUPPORTED error, Wiretap supplies...
2012-02-11 Guy HarrisIt is a complete mistake to have *ANY* messages during...
2012-02-05 Anders BromanFrom Michael Mann:
2012-01-25 Michael TüxenThird try. This time pipes and stdin are supported...
2012-01-24 Michael TüxenWe need a 3rd try. (After learning how to run the testu...
2012-01-24 Michael TüxenSecond try. This time pipes and stdin are supported.
2012-01-23 Anders BromanFrom Michael Mann:
2011-12-29 Guy HarrisLeave it up to dumpcap to determine whether WinPcap...
2011-12-29 Guy HarrisSwallow cant_load_winpcap_err() up into capture-wpcap...
2011-12-29 Guy HarrisAdd an additional DONT_HAVE_PCAP return value from...
2011-12-28 Bill MeierAdd tshark option '-G heuristic-decodes' to dump heuris...
2011-12-27 Gerald CombsAdd a "-G ftypes" option, which dumps our supprted...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-12-13 Chris MaynardAdd the -H and -W options to the "tshark -h" output...
2011-11-19 Guy HarrisWhen reporting "sorry, *this* packet can't be written...
2011-11-14 Martin MathiesonMake exit_status volatile to avoid warning.
2011-11-12 Guy HarrisCatch the OutOfMemoryError exception and print a message.
2011-11-11 Gerald CombsInitialize threads at program startup. Hopefully this...
2011-11-09 Gerald CombsTry to fix the GLib thread API deprecations listed...
2011-09-28 Chris MaynardRather than complain and quit if -V is missing when...
2011-09-27 Guy HarrisThe separator between packets is an output option,...
2011-09-27 Chris MaynardAdd a new tshark option for being able to specify an...
2011-08-16 Stig BjørlykkeFrom Yann via bug 6245:
2011-08-09 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-07-05 Guy HarrisAdd some additional routine variants that handle string...
2011-07-04 Anders BromanFrom Michael Mann:
next