aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tap_export_pdu.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Ensure to have a valid string pointer when writing OS SHB optionPascal Quantin1-1/+6
2016-07-14Redo the block options APIs.Guy Harris1-12/+12
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-1/+7
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-7/+1
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-1/+4
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-9/+7
2016-05-03Implement Export PDU for tsharkAndersBroman1-58/+29
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-02-23Making wiretap option blocks more generic.Michael Mann1-30/+27
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+1
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-2/+2
2015-11-12Add wtap_dump_open_tempfile routines, to write to a temporary file.Guy Harris1-10/+7
2015-08-21Fix memory leaks of dumper SHB and IDB infosHadriel Kaplan1-6/+3
2015-08-18Pcapng: clean up Section Header Block handlingHadriel Kaplan1-1/+1
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-1/+3
2015-08-03Make sure per-packet tap callbacks return gbooleans.Gerald Combs1-1/+1
2015-06-26PDU export: increase time precision to nano secondsPascal Quantin1-2/+2
2015-06-24Remove the last deprecated tvb_length callsEvan Huus1-2/+2
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-11/+15
2015-01-03Use g_strdup_printf(), rather than a fixed-length buffer, for the app name.Guy Harris1-2/+4
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann1-2/+8
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-2/+0
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-1/+12
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2014-07-16The plural is "PDUs", not "PDU:s".Guy Harris1-1/+1
2014-07-15Cleanup the "export PDU" common code.Guy Harris1-4/+3
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-2/+2
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris1-0/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+1
2014-05-17wiretap: remove unused code, drop number_of_interfacesPeter Wu1-1/+0
2014-05-09Revert "Refactor Wiretap"Guy Harris1-1/+1
2014-05-09Refactor WiretapMichael Mann1-1/+1
2014-03-27Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan1-4/+3
2014-03-21Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan1-0/+1
2014-03-19Exported PDU: add support for data length on the wirePascal Quantin1-2/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-1/+1
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-1/+1
2014-01-20Add modelines infoAlexis La Goutte1-1/+13
2014-01-20Split the GUI and the tap part to make it possible to adapt to Qt.Anders Broman1-0/+215