metze/wireshark/wip.git
2014-01-03 Bill MeierFor -h option: output to stdout and exit(0) as per...
2014-01-03 Bill MeierFor '-h' option: exit(0) as per convention;
2014-01-03 Anders BromanAdd a few more of the NOKIA extensions.
2014-01-03 Pascal QuantinEIA2 is now functional
2014-01-03 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-01-03 Alexis La GoutteUpdate NEWS and Release note
2014-01-03 Anders BromanUpdate with the removal of the ASN1 plugin and the...
2014-01-03 Evan HuusMake sure we have a dissector table before calling...
2014-01-03 Jörg MayerCheck flags that might be supported by both C and C...
2014-01-03 Jörg MayerAs discussed on wireshark-dev: follow autotools to use
2014-01-02 Jeff MorrissDon't try to build asn1/asn1/Makefile either (see r54561).
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2014-01-02 Alexis La GoutteIt is AUTHORS-SHORT.txt in Windows
2014-01-02 Guy HarrisDon't use the length argument to the seek-read routine...
2014-01-02 Jeff MorrissDon't try to build asn1/gnm/Makefile (see r54561).
2014-01-02 Jeff MorrissDon't try to distribute asn1.dll since we no longer...
2014-01-02 Guy HarrisDon't pass the wtap * to a routine if it's not needed.
2014-01-02 Guy HarrisFill in the struct wtap_pkthdr in the seek-read routine.
2014-01-02 Jeff MorrissFix wireshark-qt startup coredump under autofoo and...
2014-01-02 Jeff MorrissSet SVN properties.
2014-01-02 Anders BromanDisabling building of the gnm dissector, I don't tink...
2014-01-02 Jörg MayerActually enable building filetap library.
2014-01-02 Anders BromanStop building and distributing the asn1 plugin. I blele...
2014-01-02 Anders BromanFix [-Wmissing-prototypes]
2014-01-02 Alexis La GoutteAdd About window for Wireshark Qt
2014-01-02 Alexis La GoutteFix icon in top of Wireshark Qt main window
2014-01-02 Bill MeierFor getopt() arg processing:
2014-01-02 Jörg Mayerrename filetap/file_wrappers.[hc] -> filetap/ft_file_wr...
2014-01-02 Alexis La GoutteFix indent always use tab
2014-01-02 Anders BromanFix [-Wmissing-prototypes]
2014-01-02 Guy HarrisHave a routine that reads and processes the record...
2014-01-02 Guy HarrisProcess the packet header and data in common code,...
2014-01-02 Guy HarrisRead the packet header in the seek-read routines as...
2014-01-01 Guy HarrisIf the uncompression buffers are empty, they have no...
2014-01-01 Guy HarrisBack out r54523 - more work is needed on it, and some...
2014-01-01 Bill MeierAdd svn:keywords property
2014-01-01 Bill MeierRemove incorrect property 'svn:keyword'
2014-01-01 Bill MeierChange incorrect property 'keywords' to 'svn:keywords'
2014-01-01 Bill MeierRemove incorrect property 'svn:kywords'
2014-01-01 Bill MeierRemove incorrect property 'eol-style'
2014-01-01 Bill MeierFix property name: svn:eol_style ==> svn:eol-style
2014-01-01 Michael MannFix compile issue
2014-01-01 Pascal QuantinTry to pacify OSX-10.6-x64 buildbot
2014-01-01 Pascal QuantinAdd proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_...
2014-01-01 Pascal Quantinwimax_compact_ulmap_ie_decoder() is used outside of...
2014-01-01 Alexis La GoutteAdd extern C for init_wslua (for future use in Wireshar...
2014-01-01 Michael MannFiletap library, version 0.001
2014-01-01 Anders BromanFix [-Wmissing-prototypes]
2014-01-01 Stig BjørlykkeHappy new year!
2014-01-01 Anders BromanFix [-Wmissing-prototypes]
2013-12-31 Guy HarrisUse a common code path for most of both sequential...
2013-12-31 Guy HarrisBack out a change so that we can check it in again...
2013-12-31 Guy HarrisWhen reading MIME-encapsulated files, read the entire...
2013-12-31 Guy HarrisWhen reading MIME-encapsulated files, read the entire...
2013-12-31 Guy HarrisWhen reading sequentially, pass the packet data length to
2013-12-31 Guy HarrisUse the packet length read from the packet header when...
2013-12-31 Guy HarrisTrust the packet length we calculate when reading packe...
2013-12-31 Guy HarrisMake it clearer that we're using the packet length...
2013-12-31 Guy HarrisUse the packet length read from the packet header when...
2013-12-31 Guy HarrisUse the packet length read from the packet header when...
2013-12-31 Guy HarrisUse the packet length read from the packet header,...
2013-12-31 Guy HarrisUse the packet length read from the packet header,...
2013-12-31 Pascal QuantinRevert r54510: OSX buildbots still complain about unuse...
2013-12-31 Bill MeierAdd -h option (with output to stdout and exit status 0).
2013-12-31 Bill MeierFollow convention for -h option:
2013-12-31 Bill MeierUse the normal convention for exit status and output...
2013-12-31 Pascal QuantinAdd SVN properties
2013-12-31 Martin Kaisermove packet-tango.c from dirty to clean
2013-12-31 Martin Kaiseradd Novell PKIS to the list of new protocols
2013-12-31 Martin KaiserFrom Dirk
2013-12-31 Martin Kaiseradd some more box names
2013-12-31 Martin MathiesonZero security struct to avoid reading garbage value...
2013-12-30 Jakub ZawadzkiAdd new function: tvb_skip_guint8()
2013-12-30 Guy HarrisClean up white space.
2013-12-30 Guy HarrisAdd an "ATM reassembly failed" flag for capture file...
2013-12-30 Guy Harrisgcamel_StatSRT is set by the CLI CAMEL tap, so it can...
2013-12-30 Bill MeierFix a couple of old typos;
2013-12-30 Guy HarrisSquelch compiler warnings.
2013-12-30 Michael MannMove tcap and camel "persistent data" functionality...
2013-12-30 Guy HarrisIf we don't have libgcrypt, have a stub zbee_sec_ccm_de...
2013-12-30 Guy HarrisMore reverse engineering.
2013-12-30 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-12-30 Guy HarrisFor file formats that don't have magic numbers, so...
2013-12-30 Bill MeierUse G_GUINT64_CONSTANT(nn) instead of nnULL in a few...
2013-12-30 Bill MeierDon't use 'l' as a constant modifier:
2013-12-29 Jakub ZawadzkiMake arrow down/ up work in gtk again.
2013-12-29 Guy HarrisReplace a global variable used only for its size with...
2013-12-29 Bill MeierFor the Juan Antonio entry: specify the dissector written;
2013-12-29 Bill MeierFrom robionekenobi: packet-mq enhancement
2013-12-29 Martin KaiserFrom stcook
2013-12-29 Gerald CombsThe IEEE OUI, IAB, and OUI-36 lists currently redirect to
2013-12-29 Jakub ZawadzkiSet svn:keywords and svn:eol-style properties.
2013-12-29 Michael MannNew dissector for the CCSDS CFDP protocol. Bug 9517...
2013-12-29 Gerald Combs[Automatic manuf, services and enterprise-numbers updat...
2013-12-28 Martin Kaiseruse the correct record length for an IPv6 record in...
2013-12-28 Michael MannAdd ZigBee Green Power dissector. Bug 9424 (https...
2013-12-27 Guy HarrisUse Unicode REPLACEMENT CHARACTER for TS 23.038 errors...
2013-12-27 Jakub Zawadzkimp2t: return offset when dissecting AF (continuation...
2013-12-27 Jakub ZawadzkiGenerate prototype for plugin_reg_handoff()
2013-12-27 Guy HarrisFix some typoes, quote $CFLAGS and $LDFLAGS when using...
next