aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-07-16Fix for bug 5015:Jaap Keuter1-1/+1
2010-07-16Make sure we call wtap_cleareof() before each read.Gerald Combs2-3/+6
2010-07-16It makes (slightly) more sense for comments to be "sent" by the context than ...Martin Mathieson1-1/+1
2010-07-16Make frames containing Malformed expert items match with "malformed" display ...Martin Mathieson1-0/+7
2010-07-16Fix for bug 5008:Jörg Mayer1-27/+41
2010-07-16Make whitespace consistent (in preparation for bug 5008)Jörg Mayer1-143/+143
2010-07-15Fix cmake build for wireshark-filters.Jörg Mayer1-1/+1
2010-07-15More information on getting the distribution name and release.Guy Harris1-0/+29
2010-07-15More details on getting the distribution name and version on Linux.Guy Harris1-1/+15
2010-07-15On OS X, give the OS version asGuy Harris1-3/+25
2010-07-15Only link programs that call stuff in Application Services or CoreGuy Harris2-8/+12
2010-07-15Don't clean wireshark-filter.pod. It's not generated any more.Gerald Combs1-1/+1
2010-07-15Don't include the filter list (which is now over 16MB) in theGerald Combs5-40/+26
2010-07-15Change ws_combo_box... to use a tree-store instead of a list-store;Bill Meier3-51/+99
2010-07-15Updated with some items.Stig Bjørlykke1-0/+8
2010-07-15capinfos.c includes gcrypt.h, so it needs the GNU TLS flags.Guy Harris1-2/+3
2010-07-15Don't include headers we don't need (they might be generating externalGuy Harris1-8/+0
2010-07-15There shouldn't be any need to build stuff in the top-level directoryGuy Harris2-6/+4
2010-07-15No need to link dumpcap with libgnutls.Guy Harris1-1/+0
2010-07-15If we have neither libgnutls nor libgcrypt,Guy Harris1-1/+5
2010-07-15Move the code to get version information for libraries used byGuy Harris9-143/+152
2010-07-14Add an option to print the first, the last or all occurrences of each fieldSake Blok3-3/+29
2010-07-14Oops... forgot to update the "-E usage" textSake Blok1-2/+3
2010-07-14Make 'tshark -T fields' print all values for fields with multiple occurences.Sake Blok3-5/+39
2010-07-14Don't pass tvb data to col_set_str(), as it will not stay around.Stig Bjørlykke2-5/+8
2010-07-14Get our dynamic payload name from the correct location.Gerald Combs1-3/+8
2010-07-14- Update todo listJörg Mayer2-1/+11
2010-07-14Fix a typo.Gerald Combs1-12/+12
2010-07-14Add #ifdef HAVE_BPF_IMAGEJörg Mayer1-0/+2
2010-07-14Add a field for "Revision Level Indicator" in the "MS Radio Access Capability...Anders Broman1-11/+13
2010-07-14Fix warnings.Guy Harris1-4/+8
2010-07-14Add dftest.pod and randpkt.pod to the release tarball.Guy Harris1-4/+6
2010-07-14Fix build errors.Guy Harris1-3/+7
2010-07-14Define print_caps() before we use it.Guy Harris1-18/+17
2010-07-14Ensure, at compile time, that the error-message-buffer argument toGuy Harris1-12/+12
2010-07-14Define relinquish_all_capabilities() before we use it.Guy Harris1-16/+24
2010-07-14Get rid of no-longer-used variable.Guy Harris2-12/+0
2010-07-14We must also set the link-layer header type before compiling the captureGuy Harris1-31/+39
2010-07-13Add a "-d" flag to dumpcap, to print out the generated code for theGuy Harris3-147/+261
2010-07-13Rename a variable. "tmp_len" was too similar to "tmp_length".Gerald Combs1-4/+4
2010-07-13Revert get_ber_length() back to r32530, which removes all of the changesGerald Combs1-61/+29
2010-07-13From Jan Šafránek:Jaap Keuter4-3/+179
2010-07-13Allocate tap structs rather than using one static struct.Martin Mathieson2-34/+30
2010-07-13Trivial: Replace deprecated GTK_CHECK... macros with apropriate G_TYPE_CHECK....Bill Meier1-5/+5
2010-07-13From Mellanox Technologies Ltd. via bug 5004:Stig Bjørlykke1-1/+2
2010-07-13Minor cleanup:Bill Meier1-20/+20
2010-07-13Minor cleanup: Bill Meier1-46/+45
2010-07-13Whitespace cleanup: consistent indentation; tabs==>spaces; etcBill Meier1-338/+337
2010-07-13GtkOptionMenu ==> GtkComboBoxBill Meier1-68/+70
2010-07-13ws_combo_box_text_and_pointer: allow setting entries as "insensitive".Bill Meier2-10/+57