obnox/wireshark/wip.git
2011-05-15 tuexenChange internal data structures to store and handle...
2011-05-15 wmeierMark a function arg as unused.
2011-05-15 wmeierReplace a number if 'if(...){exit(10);}' by _g_asserts;
2011-05-15 wmeierDon't assign to an unused variable;
2011-05-15 geraldFix the ChmodBPF startup item permissions. Handling...
2011-05-15 wmeierReplace some 'if(...){exit(10);}' by g_asserts;
2011-05-15 alagoutteAdd EUI64 display type for Source/Target Link-layer...
2011-05-15 stigMark an unused argument.
2011-05-15 alagoutteFrom Colin O'Flynn via https://bugs.wireshark.org/bugzi...
2011-05-15 martinmAdd missing trailing 0 to an hf mask value.
2011-05-15 wmeierUse correct signature for event callback functions;
2011-05-15 etxrabRemove debug code.
2011-05-15 etxrabSet menu sensitivity.
2011-05-15 gerald[Automatic manuf, services and enterprise-numbers updat...
2011-05-15 etxrabAdd the TCPGraph for UIManager.
2011-05-15 morrissWhitespace cleanup.
2011-05-15 morrissgtk_combo_box_get_active_text() may return NULL and...
2011-05-15 morrissmain_widgets_rearrange(): only pack the airpcap_tb...
2011-05-14 gerald1.5.2 → 1.7.0.
2011-05-14 morrissRebuild the X11 dissector with the latest versions...
2011-05-14 cmaynardFrom Tyson Key via bug 5922: Add another AT magic...
2011-05-14 morrissFrom Sven Eckelmann via https://bugs.wireshark.org...
2011-05-14 morrissFrom Sven Eckelmann via https://bugs.wireshark.org...
2011-05-14 etxrabMove MAIN_MENU_USE_UI_MANAGER outside of if win32.
2011-05-14 etxrabMove MAIN_MENU_USE_UI_MANAGER outside of if win32.
2011-05-14 guyRemove the qpi_ from info level dissectors used for...
2011-05-14 guyFor Find File Unix and Unix Info2, spell it "Unix"...
2011-05-14 guyMake the tree items for strings look a little less...
2011-05-13 wmeierFix a compiler warning
2011-05-13 wmeierFix Bug 5920: "DNP3 dissector incorrect constants AL_OB...
2011-05-13 stigMore packets_bar_update improvements.
2011-05-13 wmeierFix Bug 5919: "IE 89 Forwarding Status - Incorrect...
2011-05-13 cmaynardDelete 2 assignments to 'i' as neither were used. ...
2011-05-13 cmaynardDelete assignment of item as it's not used. Fixes...
2011-05-13 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-05-13 geraldFix items pointed out by Guy in bug 5756.
2011-05-13 geraldFrom Huzaifa Sidhpurwala of the Red Hat Security Respon...
2011-05-13 cmaynardEliminate deadcode. Fixes Coverity CID 415.
2011-05-13 wmeier(Trivial) fix a spelling error.
2011-05-13 morrissMake it work when we have plugins
2011-05-13 morrissDon't try to export the plugin symbols if we're not...
2011-05-13 morrissAs suggested by Anders: back out 37112.
2011-05-13 tuexenFix a copy/paste error.
2011-05-13 stigSimplified string handling in packets_bar_update to...
2011-05-13 tuexenGet -L and -d working with multiple interface. Internal...
2011-05-13 stigAdded COPYING.txt to svn:ignore.
2011-05-13 stigRegenerate ASN.1 dissectors to update the #line directive.
2011-05-13 stigBuild with S1AP-SonTransfer-IEs.asn
2011-05-13 guyThat's *application*/vnd.tcpdump.pcap to you.
2011-05-13 guyPcap files now have an official MIME type.
2011-05-13 guyPcap files now have an official MIME type.
2011-05-13 tuexenUse the same default value for the snaplen in the new...
2011-05-13 etxrabWe should get rid of g_mem_chunk_alloc() as it leaks...
2011-05-13 tuexenAdd a comment what needs to be changed when adopting...
2011-05-13 morrissFrom Michael Chen via https://bugs.wireshark.org/bugzil...
2011-05-13 morrissAllocate wslua_plugin_list even if we do not HAVE_PLUGINS
2011-05-13 geraldTry to fix distcheck.
2011-05-12 geraldMore OS X installer fixes and tweaks.
2011-05-12 geraldAnother attempt to fix the OS X .dmg builds.
2011-05-12 geraldFix the OS X packaging build.
2011-05-12 morrissFrom Johannes Jochen via https://bugs.wireshark.org...
2011-05-12 jmayerPlay catch up with recent configure.in changes:
2011-05-12 morrissFrom Richard Brodie via https://bugs.wireshark.org...
2011-05-12 morrissWe need both gthread and gmodule.
2011-05-12 cmaynardFrom Yaniv Kaul via bug 5858: Fix some "set but not...
2011-05-12 darkjamesPacket editor: support for saving changed frames.
2011-05-12 tuexenAdd support for multiple interfaces when processing...
2011-05-12 cmaynardUse rcode instead of repeated uses of "flags & F_RCODE...
2011-05-12 geraldRemove "--version ..." to see if it fixes the builds.
2011-05-12 tuexenInitialize the glib thread system on all platforms...
2011-05-12 tuexenAdd some more details (name of the interface and number...
2011-05-12 geraldSwitch to an installer package for OS X instead of...
2011-05-12 gerald"tshark -D" writes to stderr now.
2011-05-12 cmaynardWANT_PACKET_EDITOR fixups for Windows.
2011-05-12 cmaynardAdd snai, mpf and efi to bf_tree, not tree. Fixes...
2011-05-12 cmaynardWrap assoc_tree within #if 0 ... #endif. Fixes Coverit...
2011-05-12 cmaynardAdd token to query_tree instead of to tree. Fixes...
2011-05-12 cmaynardDelete eth_addr; it was assigned a value but never...
2011-05-12 cmaynardUse nonce_2_item instead of incorrect nonce_1_item...
2011-05-12 cmaynardDelete acm as it is assigned but never used. Fixes...
2011-05-12 darkjamesConditional support for packet-editor [default=no].
2011-05-12 cmaynardAdd text to fac_subtree instead of fac_tree. Fixes...
2011-05-12 tuexenAdd support for handling multiple interfaces as command...
2011-05-12 darkjamesFix double free.
2011-05-12 etxrabRemove check_col, use ENC_BIG_ENDIAN.
2011-05-12 etxrabCopy-paste error.
2011-05-12 etxrabConvetr more menus to GUIManager.
2011-05-12 morrissInclude config.h (for WS_MSVC_NORETURN) and g_gnuc...
2011-05-12 tuexenAnother whitespace cleanup.
2011-05-12 stigCorrected endif.
2011-05-12 stigIndicate Signed Receipt in info column.
2011-05-12 tuexenClean up some indentation. A purely whitespace change.
2011-05-12 etxrabMake the use of UIManager a configure option.
2011-05-12 stigPrefix "fragments" with IPv6, as is done with IPv4.
2011-05-12 stigUse IPv4 as protocol name, to align with IPv6.
2011-05-12 morrissFix the test.sh failures based on Guy's suggestion...
2011-05-11 geraldCheck our original record length. Fixes a crash bug...
2011-05-11 cmaynardWhen performing heuristics, use tvb_length() instead...
2011-05-11 geraldUse a comparison instead of an assignment. Fixes Coveri...
2011-05-11 geraldRemove some unused variable assignments. Fixes Coverity...
next