aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-17Fix docbook errors.gerald1-2/+2
2011-05-17Don't leave the truncation flag unset in any of the info levelguy1-6/+14
2011-05-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5875 :morriss1-0/+3
2011-05-17* Don't declare a used arg as unused.tuexen1-3/+2
2011-05-17Update the release notes for 1.7/1.8.gerald1-188/+6
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus amorriss10-158/+131
2011-05-17Use val_to_str() instead of blindly passing the return value from match_strval()morriss4-16/+10
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus amorriss1-312/+89
2011-05-17Avoid passing a NULL string pointer to format routines: some libc's (e.g.,morriss1-4/+8
2011-05-17All ELEM_MAND_* macros ensure curr_len > 0; no need to check again afterwards.cmaynard1-11/+5
2011-05-17Use the correct value string and bitmasks.etxrab1-2/+2
2011-05-17Update to FindGTK2 from cmake 2.8.3. Add back quartz options whichjmayer1-14/+45
2011-05-17According to MS-NLMP, the "version" field in the NTLMSSP blobs isguy1-7/+14
2011-05-17Fix cut-and-pasteo.guy1-1/+1
2011-05-17Dear GLib Developers:guy1-1/+1
2011-05-16From beth.tridium [At] gmail.com: 6LoWPAN dissector selects wrong byte for HC...wmeier1-1/+1
2011-05-16Give the UNIX-extension routines used for info levels that appear bothguy1-20/+20
2011-05-16Add support for capturing from multiple interfaces.tuexen1-26/+185
2011-05-16Cast away some warnings about alignment; ep_alloc() guaranteesguy3-4/+4
2011-05-16A gboolean is a gint; technically, it doesn't fit in a bit field of length 1,cmaynard1-2/+2
2011-05-16Fix endian issues, especially w/endian arg to proto_tree_add_item().cmaynard1-31/+31
2011-05-16#include <conio.h> when compiling under Windows with DEBUG_DUMPCAP defined.cmaynard1-0/+6
2011-05-16Fix some comments.guy1-18/+31
2011-05-16Avoid passing a NULL string pointer to format routines: some libc's (e.g.,morriss1-2/+2
2011-05-16Use correct variable...tuexen1-1/+1
2011-05-16Fix compilation on windows (hopefully).tuexen1-2/+2
2011-05-16Make remote capturing settings a per interface thing. You can nowtuexen3-15/+166
2011-05-16Remove extra ;etxrab1-1/+1
2011-05-16Make pcap samping a per interface setting.tuexen3-137/+202
2011-05-16More GUIManager stuff.etxrab5-5/+40
2011-05-16* Fix a bug when printing a pointer.tuexen2-28/+24
2011-05-16Don't use debug output.tuexen1-4/+4
2011-05-15Fix compilation on Windows (hopefully).tuexen1-6/+5
2011-05-15Change internal data structures to store and handle mulitpletuexen1-369/+471
2011-05-15Mark a function arg as unused.wmeier1-1/+1
2011-05-15Replace a number if 'if(...){exit(10);}' by _g_asserts;wmeier1-54/+44
2011-05-15Don't assign to an unused variable;wmeier1-3/+1
2011-05-15Fix the ChmodBPF startup item permissions. Handling this withingerald1-1/+4
2011-05-15Replace some 'if(...){exit(10);}' by g_asserts;wmeier1-46/+37
2011-05-15Add EUI64 display type for Source/Target Link-layer Address (RFC4861)alagoutte1-6/+41
2011-05-15Mark an unused argument.stig1-1/+1
2011-05-15From Colin O'Flynn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5921alagoutte1-0/+1
2011-05-15Add missing trailing 0 to an hf mask value.martinm1-1/+1
2011-05-15Use correct signature for event callback functions;wmeier1-59/+39
2011-05-15Remove debug code.etxrab1-2/+2
2011-05-15Set menu sensitivity.etxrab3-14/+24
2011-05-15[Automatic manuf, services and enterprise-numbers update for 2011-05-15]gerald2-11/+179
2011-05-15Add the TCPGraph for UIManager.etxrab3-3/+57
2011-05-15Whitespace cleanup.morriss1-114/+95
2011-05-15gtk_combo_box_get_active_text() may return NULL and g_ascii_strcasecmp() comp...morriss1-12/+12