aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
Commit message (Expand)AuthorAgeFilesLines
* Move utility routines for capturing into a libcaputils static library.Guy Harris2014-07-041-2/+2
* Include "capture-pcap-util.h" even if we don't have libpcap.Guy Harris2014-07-031-1/+2
* Add long-option support.Guy Harris2014-07-031-1/+10
* Regularize the help output of programs.Guy Harris2014-07-031-18/+8
* Regularize the first line of version output.Guy Harris2014-07-031-3/+3
* Move capture_ui_utils.[ch] to libui.Guy Harris2014-06-301-1/+3
* Move some more stuff into wsutil.Guy Harris2014-06-291-15/+11
* Add a routine to return a version string including VCS information.Guy Harris2014-06-221-6/+8
* Move get_copyright_info() to wsutil.Guy Harris2014-06-211-0/+1
* Add support for dissecting non-packet records.Guy Harris2014-05-251-1/+1
* Revert "Refactor Wiretap"Guy Harris2014-05-091-2/+2
* Refactor WiretapMichael Mann2014-05-091-2/+2
* Get rid of more tvb_get_nstringz* calls.Guy Harris2014-04-121-1/+3
* Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan2014-03-211-0/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespaceBill Meier2014-02-251-1/+1
* Replace "svn" with "git" all over the place.Gerald Combs2014-02-071-3/+3
* Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...Michael Mann2013-12-231-0/+2
* Rename base_display_* to field_displayJakub Zawadzki2013-12-071-2/+2
* Initialize the error-reporting routines before scanning for plugins, asGuy Harris2013-12-051-3/+5
* Move most of the plugin code from epan to wsutil and remove allGuy Harris2013-12-021-1/+1
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-1/+1
* Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki2013-11-101-0/+1
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Add support for displaying dates as year and day-of-year (1-origin).Guy Harris2013-11-061-4/+16
* Fix (using '#if 0') a few more [-Wunused-const-variable] warningsBill Meier2013-10-231-0/+2
* wireshark: use epan_dissect_reset(), rawshark: fix missing epan_dissect_clean...Jakub Zawadzki2013-10-201-0/+2
* rawshark: use epan_dissect_reset()Jakub Zawadzki2013-10-201-18/+14
* Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann2013-10-061-0/+2
* Replace some val_to_str calls with the equivalent val_to_str_const calls (andEvan Huus2013-09-291-8/+8
* Initialize our wtap_pkthdr struct so that we don't try to dereference anGerald Combs2013-08-231-4/+7
* Make sure we call epan_free() before epan_cleanup() similar to r51342.Gerald Combs2013-08-231-0/+4
* Fix (-W)documentation error found by ClangAlexis La Goutte2013-08-101-2/+2
* Speak of the "-d encap:" value as a linktype, rather than a DLT; if aGuy Harris2013-08-081-4/+15
* Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki2013-08-011-0/+1
* Follow-up to r50935: add support for 64-bit value strings in more places thatEvan Huus2013-07-261-0/+16
* Make some routines not used outside rawshark.c static.Guy Harris2013-07-241-2/+2
* Abuse epan_t more: add callback to get interface name.Jakub Zawadzki2013-07-221-0/+1
* Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki2013-07-211-3/+12
* Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki2013-07-211-2/+26
* Some work on multi file dissectionJakub Zawadzki2013-07-211-5/+4
* Move the print modules into epan.Jeff Morriss2013-07-121-1/+1
* Move disabled_protos.{h,c} into epan.Jeff Morriss2013-07-121-1/+1
* packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki2013-07-111-1/+2
* From beroset:Bill Meier2013-03-201-5/+5
* Fix the leaking of packet comments, i.e. the rest ofEvan Huus2013-03-151-1/+1
* When any of our executables start on Windows create or open a "WiresharkGerald Combs2013-02-201-0/+1
* Add some routines to wsutil to, at least on some platforms, addGuy Harris2013-01-151-9/+19
* Squelch some Windows-only warnings - the third argument to _read() isGuy Harris2012-12-261-3/+3
* Fix a bunch of warnings.Guy Harris2012-12-261-8/+10