| Commit message (Expand) | Author | Age | Files | Lines |
* | Have fvalue_to_string_repr always return an (wmem) allocated buffer. | Michael Mann | 2016-05-10 | 1 | -5/+4 |
* | rawshark: Have fvalue_to_string_repr just return allocated string representat... | Michael Mann | 2016-05-10 | 1 | -15/+8 |
* | rawshark: Get "field string values" from existing functionality. | Michael Mann | 2016-05-10 | 1 | -115/+20 |
* | Link version code statically again | João Valverde | 2016-04-21 | 1 | -1/+1 |
* | Include ws_diag_control.h in config.h | João Valverde | 2016-04-04 | 1 | -1/+0 |
* | Remove synchronous DNS name resolution | João Valverde | 2016-04-04 | 1 | -2/+2 |
* | More "FT_BOOLEAN is 64-bit" fixes. | Guy Harris | 2016-03-15 | 1 | -2/+2 |
* | Make init_progfile_dir() take a function pointer [-Wpedantic] | João Valverde | 2015-12-14 | 1 | -1/+1 |
* | Remove -Wwrite-strings compiler flag | João Valverde | 2015-12-12 | 1 | -4/+2 |
* | Update user guide for development release | Pascal Quantin | 2015-11-11 | 1 | -1/+1 |
* | Use ws_{read,write,fdopen,close}. | Guy Harris | 2015-11-08 | 1 | -3/+3 |
* | Clean up includes of unistd.h, fcntl.h, and sys/stat.h. | Guy Harris | 2015-11-07 | 1 | -12/+0 |
* | Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines. | Guy Harris | 2015-10-28 | 1 | -1/+3 |
* | DNS: move DNS name resolution pref to Name Resolution prefs | Hadriel Kaplan | 2015-07-25 | 1 | -6/+3 |
* | Add a "heuristic dissectors" tab to the Enable Protocols dialog. | Michael Mann | 2015-07-14 | 1 | -0/+3 |
* | Rawshark calls init_process_policies() twice | Hadriel Kaplan | 2015-07-06 | 1 | -5/+0 |
* | Avoid some Visual Studio Code Anaylzer warnings | Martin Mathieson | 2015-06-27 | 1 | -7/+7 |
* | [MSVC 2015] Use intptr_t to make MSVC happy. | AndersBroman | 2015-06-10 | 1 | -1/+1 |
* | Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4... | JC Wren | 2015-02-21 | 1 | -2/+9 |
* | Suppress a bunch of cast-qual warnings. | Gerald Combs | 2015-02-20 | 1 | -2/+5 |
* | Just have init_progfile_dir() take a void pointer. | Guy Harris | 2015-02-20 | 1 | -1/+1 |
* | Clean up ftype-conversion and dfilter error message string handling. | Guy Harris | 2015-01-18 | 1 | -2/+5 |
* | Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t... | Michael Mann | 2015-01-04 | 1 | -2/+2 |
* | Call setlocale() before getting version information. | Guy Harris | 2015-01-01 | 1 | -3/+3 |
* | Don't include signal.h unless we need it. | Guy Harris | 2014-12-31 | 1 | -2/+0 |
* | Do the full string in get_{compiled,runtime}_version_info(). | Guy Harris | 2014-12-31 | 1 | -6/+4 |
* | Move the version_info.c stuff to wsutil/ws_version_info.c. | Guy Harris | 2014-12-31 | 1 | -1/+0 |
* | Removed duplicated #include lines | Dario Lombardo | 2014-12-28 | 1 | -4/+0 |
* | Check for getopt_long(), not getopt(). | Guy Harris | 2014-12-25 | 1 | -1/+1 |
* | Move twelve show_version() functions from the varoius programs and | Stephen Fisher | 2014-12-24 | 1 | -16/+1 |
* | Make sure err_info is always set, and print it iff it's non-null. | Guy Harris | 2014-12-18 | 1 | -3/+6 |
* | WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading. | Guy Harris | 2014-12-18 | 1 | -6/+0 |
* | Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP. | Guy Harris | 2014-12-17 | 1 | -1/+1 |
* | Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata. | Guy Harris | 2014-12-01 | 1 | -1/+3 |
* | Rename stat_cmd_args.[ch] to stat_tap_ui.[ch]. | Guy Harris | 2014-11-14 | 1 | -1/+1 |
* | Don't use ctype.h routines. | Guy Harris | 2014-10-17 | 1 | -1/+0 |
* | Only set err_info on an error, and use g_strdup_printf(). | Guy Harris | 2014-10-08 | 1 | -6/+16 |
* | Set err_info to null for errors that don't have an informaton string. | Guy Harris | 2014-10-08 | 1 | -1/+1 |
* | No need for WTAP_ERR_CANT_READ. | Guy Harris | 2014-10-07 | 1 | -9/+2 |
* | Make the time stamp resolution per-packet. | Guy Harris | 2014-09-28 | 1 | -29/+0 |
* | Make load_cap_file() just return a success/fail indication. | Guy Harris | 2014-09-20 | 1 | -7/+5 |
* | Modify includes of config.h so that out-of-tree builds, i.e. CMake | Graham Bloice | 2014-08-24 | 1 | -1/+1 |
* | Make value_string_ext const-correct. | Kevin Cox | 2014-07-27 | 1 | -2/+2 |
* | Move utility routines for capturing into a libcaputils static library. | Guy Harris | 2014-07-04 | 1 | -2/+2 |
* | Include "capture-pcap-util.h" even if we don't have libpcap. | Guy Harris | 2014-07-03 | 1 | -1/+2 |
* | Add long-option support. | Guy Harris | 2014-07-03 | 1 | -1/+10 |
* | Regularize the help output of programs. | Guy Harris | 2014-07-03 | 1 | -18/+8 |
* | Regularize the first line of version output. | Guy Harris | 2014-07-03 | 1 | -3/+3 |
* | Move capture_ui_utils.[ch] to libui. | Guy Harris | 2014-06-30 | 1 | -1/+3 |
* | Move some more stuff into wsutil. | Guy Harris | 2014-06-29 | 1 | -15/+11 |