aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Only set err_info on an error, and use g_strdup_printf().Guy Harris1-6/+16
2014-10-08Set err_info to null for errors that don't have an informaton string.Guy Harris1-1/+1
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-9/+2
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-29/+0
2014-09-20Make load_cap_file() just return a success/fail indication.Guy Harris1-7/+5
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-07-27Make value_string_ext const-correct.Kevin Cox1-2/+2
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-2/+2
2014-07-03Include "capture-pcap-util.h" even if we don't have libpcap.Guy Harris1-1/+2
2014-07-03Add long-option support.Guy Harris1-1/+10
2014-07-03Regularize the help output of programs.Guy Harris1-18/+8
2014-07-03Regularize the first line of version output.Guy Harris1-3/+3
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris1-1/+3
2014-06-29Move some more stuff into wsutil.Guy Harris1-15/+11
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-6/+8
2014-06-21Move get_copyright_info() to wsutil.Guy Harris1-0/+1
2014-05-25Add support for dissecting non-packet records.Guy Harris1-1/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris1-2/+2
2014-05-09Refactor WiretapMichael Mann1-2/+2
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-1/+3
2014-03-21Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-3/+3
2013-12-23Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...Michael Mann1-0/+2
2013-12-07Rename base_display_* to field_displayJakub Zawadzki1-2/+2
2013-12-05Initialize the error-reporting routines before scanning for plugins, asGuy Harris1-3/+5
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-1/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki1-0/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris1-4/+16
2013-10-23Fix (using '#if 0') a few more [-Wunused-const-variable] warningsBill Meier1-0/+2
2013-10-20wireshark: use epan_dissect_reset(), rawshark: fix missing epan_dissect_clean...Jakub Zawadzki1-0/+2
2013-10-20rawshark: use epan_dissect_reset()Jakub Zawadzki1-18/+14
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-0/+2
2013-09-29Replace some val_to_str calls with the equivalent val_to_str_const calls (andEvan Huus1-8/+8
2013-08-23Initialize our wtap_pkthdr struct so that we don't try to dereference anGerald Combs1-4/+7
2013-08-23Make sure we call epan_free() before epan_cleanup() similar to r51342.Gerald Combs1-0/+4
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+2
2013-08-08Speak of the "-d encap:" value as a linktype, rather than a DLT; if aGuy Harris1-4/+15
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-0/+1
2013-07-26Follow-up to r50935: add support for 64-bit value strings in more places thatEvan Huus1-0/+16
2013-07-24Make some routines not used outside rawshark.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-3/+12
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-2/+26
2013-07-21Some work on multi file dissectionJakub Zawadzki1-5/+4
2013-07-12Move the print modules into epan.Jeff Morriss1-1/+1
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss1-1/+1