aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-17Fix another old-style function definition.Guy Harris1-1/+1
2011-05-17Make some routines static that aren't used outside the source file inGuy Harris11-10/+14
2011-05-17Add -Wold-style-definition and -Wdeclaration-after-statement to the listGuy Harris1-2/+17
2011-05-17Always add the parameter length field to the tree; only make it visibleJeff Morriss1-13/+22
2011-05-17Add generic tvb_get_bits_buf() which accepts any no_of_bits.Jakub Zawadzki3-0/+58
2011-05-17More eradication of old-style function definitions.Guy Harris9-14/+14
2011-05-17Declare wtap_dump_has_name_resolution().Guy Harris1-0/+1
2011-05-17Add a filterable item for the length of the GT digits in a subtree under theJeff Morriss1-25/+36
2011-05-17This ain't C++; you have to put "void" in as the argument list ofGuy Harris1-1/+1
2011-05-17This ain't C++; you have to put "void" in as the argument list ofGuy Harris7-9/+9
2011-05-17Fix docbook errors.Gerald Combs1-2/+2
2011-05-17Don't leave the truncation flag unset in any of the info levelGuy Harris1-6/+14
2011-05-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5875 :Jeff Morriss1-0/+3
2011-05-17* Don't declare a used arg as unused.Michael Tüxen1-3/+2
2011-05-17Update the release notes for 1.7/1.8.Gerald Combs1-188/+6
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus aJeff Morriss10-158/+131
2011-05-17Use val_to_str() instead of blindly passing the return value from match_strval()Jeff Morriss4-16/+10
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus aJeff Morriss1-312/+89
2011-05-17Avoid passing a NULL string pointer to format routines: some libc's (e.g.,Jeff Morriss1-4/+8
2011-05-17All ELEM_MAND_* macros ensure curr_len > 0; no need to check again afterwards.Chris Maynard1-11/+5
2011-05-17Use the correct value string and bitmasks.Anders Broman1-2/+2
2011-05-17Update to FindGTK2 from cmake 2.8.3. Add back quartz options whichJörg Mayer1-14/+45
2011-05-17According to MS-NLMP, the "version" field in the NTLMSSP blobs isGuy Harris1-7/+14
2011-05-17Fix cut-and-pasteo.Guy Harris1-1/+1
2011-05-17Dear GLib Developers:Guy Harris1-1/+1
2011-05-16From beth.tridium [At] gmail.com: 6LoWPAN dissector selects wrong byte for HC...Bill Meier1-1/+1
2011-05-16Give the UNIX-extension routines used for info levels that appear bothGuy Harris1-20/+20
2011-05-16Add support for capturing from multiple interfaces.Michael Tüxen1-26/+185
2011-05-16Cast away some warnings about alignment; ep_alloc() guaranteesGuy Harris3-4/+4
2011-05-16A gboolean is a gint; technically, it doesn't fit in a bit field of length 1,Chris Maynard1-2/+2
2011-05-16Fix endian issues, especially w/endian arg to proto_tree_add_item().Chris Maynard1-31/+31
2011-05-16#include <conio.h> when compiling under Windows with DEBUG_DUMPCAP defined.Chris Maynard1-0/+6
2011-05-16Fix some comments.Guy Harris1-18/+31
2011-05-16Avoid passing a NULL string pointer to format routines: some libc's (e.g.,Jeff Morriss1-2/+2
2011-05-16Use correct variable...Michael Tüxen1-1/+1
2011-05-16Fix compilation on windows (hopefully).Michael Tüxen1-2/+2
2011-05-16Make remote capturing settings a per interface thing. You can nowMichael Tüxen3-15/+166
2011-05-16Remove extra ;Anders Broman1-1/+1
2011-05-16Make pcap samping a per interface setting.Michael Tüxen3-137/+202
2011-05-16More GUIManager stuff.Anders Broman5-5/+40
2011-05-16* Fix a bug when printing a pointer.Michael Tüxen2-28/+24
2011-05-16Don't use debug output.Michael Tüxen1-4/+4
2011-05-15Fix compilation on Windows (hopefully).Michael Tüxen1-6/+5
2011-05-15Change internal data structures to store and handle mulitpleMichael Tüxen1-369/+471
2011-05-15Mark a function arg as unused.Bill Meier1-1/+1
2011-05-15Replace a number if 'if(...){exit(10);}' by _g_asserts;Bill Meier1-54/+44
2011-05-15Don't assign to an unused variable;Bill Meier1-3/+1
2011-05-15Fix the ChmodBPF startup item permissions. Handling this withinGerald Combs1-1/+4
2011-05-15Replace some 'if(...){exit(10);}' by g_asserts;Bill Meier1-46/+37
2011-05-15Add EUI64 display type for Source/Target Link-layer Address (RFC4861)Alexis La Goutte1-6/+41