aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-25Third try. This time pipes and stdin are supported and theMichael Tüxen17-2308/+1933
2012-01-25Use sizeof(buff) as length argument when calling g_snprintf().Martin Mathieson1-4/+5
2012-01-25Delete a TODO comment (now that there is an equivalent tshark tap).Martin Mathieson1-4/+0
2012-01-25Tidy up comments / deleted commented-out code.Martin Mathieson1-18/+3
2012-01-25Fix a couple of cut-n-pasteos.Jeff Morriss1-2/+2
2012-01-25Put back an "explicit" for now. I'm not sure it's necessary but QtGerald Combs1-3/+3
2012-01-25Add a comment discussing what it will take to have native file dialogsGerald Combs1-1/+25
2012-01-24Compile PortAudio if it's available.Gerald Combs2-15/+39
2012-01-24Fix typo.Guy Harris1-1/+1
2012-01-24Get rid of a non-ASCII charJeff Morriss1-6/+6
2012-01-24Note that INIT_DELAY is .1 second.Guy Harris1-1/+1
2012-01-24Mention the other integer accessors.Chris Maynard1-3/+4
2012-01-24The AT dissector is not really USB-specific, so rename it from packet-usb-at....Chris Maynard3-7/+7
2012-01-24max_ul_ext isn't printed/decoded to the packet details log in GTP protocol pa...Anders Broman1-3/+4
2012-01-24Upate a few more entries and add links to where the information can be found.Anders Broman1-1/+49
2012-01-24Restructure the code abit.Anders Broman1-46/+78
2012-01-24From Pascal Quantin:Anders Broman1-13/+16
2012-01-24Use wtap_get_file_extensions_list(), and prepare to useGuy Harris1-1/+83
2012-01-24It seems that we need Unix line endings also on Windows for theseMichael Tüxen0-0/+0
2012-01-24Fix a duplicate display filter name.Chris Maynard1-1/+1
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen17-2028/+2305
2012-01-24(Try to) make the buildbot happy.Michael Tüxen1-1/+2
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen17-2306/+2028
2012-01-24Add Free Mobile (Iliad) Mobile Network Code (the French Mobile Revolution...)Alexis La Goutte1-0/+2
2012-01-24Fix -v for QtSharkAlexis La Goutte1-5/+27
2012-01-24build_file_save_type_list() isn't called if there are no savable fileGuy Harris1-8/+3
2012-01-24Only free the file extensions list if there is one to free.Guy Harris1-1/+1
2012-01-24Don't free the list of savable file types in build_file_save_type_list()Guy Harris1-1/+0
2012-01-24Fix warnings.Guy Harris1-1/+2
2012-01-24Use wtap_get_savable_file_types() for the Win32 file save dialog.Guy Harris1-105/+83
2012-01-24Add a routine to Wiretap that takes a file type value and anGuy Harris4-61/+108
2012-01-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6737Jeff Morriss3-12/+6
2012-01-24Use bitfields to make channel_hash_key struct fit into one word.Martin Mathieson1-5/+8
2012-01-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6738 :Jeff Morriss1-1/+1
2012-01-24From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-40/+100
2012-01-24From njtaylor0101 [AT] gmail.com via https://bugs.wireshark.org/bugzilla/show...Jeff Morriss1-14/+9
2012-01-24Don't treate WTAP_FILE_UNKNOWN as a real file type.Guy Harris1-0/+8
2012-01-23In the table of capture file types, have:Guy Harris4-92/+116
2012-01-23Revert 40675 and set 'protocol' appropriately when IPv6 is used.Jeff Morriss1-101/+106
2012-01-23g_string_append_printf() returns nothing.Guy Harris1-1/+1
2012-01-23Initialize 'protocol' to something, at least until it can be properly assigne...Jeff Morriss1-1/+2
2012-01-23Have wtap_file_extension_default_string() return the extension in theGuy Harris2-4/+9
2012-01-23Only continue dissection if protocol is UDP.Anders Broman1-56/+60
2012-01-23Fix some duplicate display filter names.Chris Maynard5-17/+17
2012-01-23Finish wrapping heuristic dissector functions in #if conditionals; change the...Jeff Morriss1-8/+21
2012-01-23Put back the #include changes from a previous commit.Guy Harris1-7/+7
2012-01-23Fix some duplicate display filter names.Chris Maynard6-15/+15
2012-01-23Remove a debug statement.Anders Broman1-1/+1
2012-01-23Add the code to add a Heuristics protocol page.Anders Broman1-30/+290
2012-01-23From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6743 :Jeff Morriss1-12/+19