aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tap_export_pdu.c
AgeCommit message (Expand)AuthorFilesLines
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