obnox/wireshark/wip.git
2011-09-03 stigCheck return value from wtap_dump_file_write.
2011-09-03 stigFetch svn revision using git-svn also when building...
2011-09-02 guyUpdate some comments, including a new URL, and add...
2011-09-02 wmeierUse NULL in pace of a few "blurbs" which are redundant...
2011-09-02 guyGet rid of trailing space in blurbs.
2011-09-02 wmeierAdd a link to protocol specification.
2011-09-02 wmeierIncrease MAX_BITMAP_SIZE from 200 to 256.
2011-09-02 geraldEnable proxies in make-manuf and make-sminmpec.pl as...
2011-09-02 geraldEnable the use of proxies.
2011-09-02 stigSupport negative nsecs when viewing seconds with hours...
2011-09-02 guyQuick hack to squelch compiler warnings. This code...
2011-09-02 etxrabFrom Allison:
2011-09-02 etxrabUse ENC_BIG_ENDIAN
2011-09-02 etxrabFrom Eric Wustrow:
2011-09-02 guyNo libpcap, no capturing, no interfaces on which to...
2011-09-01 martinmAdd missing guard around access to interface_row.buffer.
2011-09-01 guyNo pcap_create(), no monitor-mode APIs, no monitor...
2011-09-01 tuexenWhen double clicking on an interface in the main welcom...
2011-09-01 guyMerge pcap_fill_in_pseudo_header() into pcap_read_post_...
2011-09-01 etxrabMake it possible to add menus and menuitems from outsid...
2011-09-01 wmeierFix a typo.
2011-09-01 morrissUpdate my email address (the old one still works but...
2011-09-01 guyUse guint8 rather than guchar for raw octets and pointe...
2011-09-01 etxrabFrom Andrey Rouskol:
2011-09-01 etxrabFrom Lei Chen:
2011-09-01 guyAt least according to the saved ancient press release at
2011-09-01 etxrabFrom John Bradshaw:
2011-09-01 guySet eth.fcs_len in the pseudo-header for Ethernet packets.
2011-09-01 guyIf we're running from the build directory, check the...
2011-08-31 geraldFix the format of the services file. The output from...
2011-08-31 guyNot ideal, but OK for now - alignbytes, at that point...
2011-08-31 stigTry using gint64 for alignbytes.
2011-08-31 stigFrom Andrew Kampjes via bug 6260:
2011-08-31 wmeierAdd svn:keywords & svn:eol-style properties
2011-08-31 wmeierFix build (automake) error: WIRESHARK_CUSTOM_HEADERS...
2011-08-31 etxrabCOPY as CSV to clipboard from RTP stream analysis only...
2011-08-31 etxrabgtk/Makefile_custom.common:8: blank line following...
2011-08-31 etxrabMake it possible to add custom tap/GUI files
2011-08-31 martinmAdd another DL CRC error - Duplicate NonZero RV.
2011-08-31 stigLookup in correct tables. Document functions.
2011-08-31 stigAdd the new functions; crc32c_table_lookup and crc32_cc...
2011-08-31 stigMake lookup functions for accessing crc32c_table and...
2011-08-31 etxrabRemove the obsolete files fom the installer
2011-08-31 stigRemove tree-view-ui.xml and bytes-view-ui.xml
2011-08-31 stigTry declaring tables with WS_VAR_IMPORT.
2011-08-31 stigAnd fix distclean and maintainer-clean.
2011-08-31 stigAdd missing crc16_plain_update and crc_drm.
2011-08-31 stigFixed clean rule after crc move.
2011-08-31 stigSecond try to move crc routines to libwsutil.
2011-08-31 etxrabOnly load the menubar UI description from file.
2011-08-30 tuexenImprove the display of addresses in the Edit Interface...
2011-08-30 etxrabFrom Lei Chen:
2011-08-30 geraldcrc directory restoration step 2 of 2: Make a copy...
2011-08-30 geraldcrc directory restoration step 1 of 2: Delete the exist...
2011-08-30 etxrabHow copy-paste can ruin your day;
2011-08-30 stigRevert r38800, as the crc routines contains some tvb...
2011-08-30 jmayerGet rid of the last crc stuff
2011-08-30 stigRemove the empty epan/crc directory.
2011-08-30 stigMove all crc routines to libwsutil.
2011-08-30 jmayerNo need to make an almost empty column extra wide.
2011-08-30 martinmAdd a #ifdef NEW_MENU_CODE around a static function...
2011-08-30 jmayerCurrent status of gtk2/gtk3
2011-08-30 etxrabGet the path right when running from build environment.
2011-08-30 jmayerMake it possible to disable building with libpcap.
2011-08-30 etxrabI don't know...perhaps this will satisfy the OS X buildbot
2011-08-30 etxrabMake the capture_if callbacks HAVE_LIBPCAP agnostic.
2011-08-30 guyHandle multiple extension headers when calculating...
2011-08-30 etxrabDo as the comment says - move the variable to gtkglobals.
2011-08-30 guyA zero snaplen means "snaplen unknown", as in "the...
2011-08-30 etxrabPath from Joerg Mayer, I'm committing it as I think...
2011-08-30 guyEndace ERF channelisation and "New BFS" extension heade...
2011-08-29 guyI'm not sure -Q/WIRESHARK_QUIT_AFTER_CAPTURE is actuall...
2011-08-29 gerald-Q → WIRESHARK_QUIT_AFTER_CAPTURE.
2011-08-29 sfisherAttempt to fix coverity id 1212: MISSING_BREAK by inser...
2011-08-29 geraldReplace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as...
2011-08-29 sfisherFrom Juliusz Chroboczek via bug #6273:
2011-08-29 sfisherFix compilation when compiling without libpcap (configu...
2011-08-29 geraldAdd "--windowsonly" and "--cygwinonly" options to win...
2011-08-29 jmayerOnly build rawshark and dumpcap if we have libpcap
2011-08-29 jmayerFix a comment
2011-08-29 jmayerInstall the new menu files.
2011-08-29 geraldAdd a comment about using IFileOpenDialog and IFileSave...
2011-08-29 etxrabFrom Fredrik Kuivinen:
2011-08-29 jmayerMake loading the menu code from file a compile option...
2011-08-29 jmayerrtp-player now compiles with gtk3
2011-08-29 etxrabRegister all icons regardless of HAVE_LIBPCAP.
2011-08-29 etxrabRemove #ifdef's from UIDescription.
2011-08-29 stigAdd an expert info warning for integers encoded with...
2011-08-29 stigDissect some op codes.
2011-08-29 stigImproved heuristics.
2011-08-29 jmayerFix a tpyo, remove trailing whitespace while at it.
2011-08-29 etxrabFrom Martin Kaiser:
2011-08-29 etxrabFrom Martin Kaiser:
2011-08-29 etxrabFrom Lei Chen:
2011-08-28 guyI guess this is the right thing to do with the "ui...
2011-08-28 guyEscape the newlines in the definition of ui_DATA.
2011-08-28 etxrabAdd the main menubar UI description.
2011-08-28 etxrabUnify windows and non windows menu_bar a bit.
2011-08-28 etxrabAdd the treeView popup UI description.
2011-08-28 gerald[Automatic manuf, services and enterprise-numbers updat...
next