obnox/wireshark/wip.git
2008-07-18 morrissRemove an (unused) HAVE_ICONV reference.
2008-07-18 morrissDiameter hasn't used libxml in a while, remove the...
2008-07-18 wmeierChange C++ style comments to C style ...
2008-07-17 wmeiercheckAPIs: remove '-g abort'; g_assert OK for wsutils...
2008-07-17 wmeierRemove -g abort from checkAPIs (for now) since existing...
2008-07-17 morrissWe require GLIB-2 now so there's no need to attempt...
2008-07-16 morrissDon't use C-style comments in a shell script. This...
2008-07-16 jakeFrom Balint Reczey:
2008-07-16 morrissssl_hash() needs the StringInfo.data it is passed to...
2008-07-16 morrissconv_frame_states is an array of pointers, make it...
2008-07-16 guyThe second argument to g_ptr_array_add() is the pointer...
2008-07-16 jakeFrom Alex Turbov:
2008-07-16 jakeFrom Alex Turbov:
2008-07-15 morrissisup_message_type_value is an array, there's no need...
2008-07-15 morrissGArrays' data is properly aligned for whatever they...
2008-07-15 jakeFrom Joe Eykholt:
2008-07-15 guyAdd registered fields for the transport class and optio...
2008-07-15 guyMove the OSI transport protocol dissectors (ISO 8073...
2008-07-15 geraldUse the latest wireshark-win32-libs tag (updated zlib).
2008-07-15 guyFrame numbers are unsigned, so 0xffffffff isn't a speci...
2008-07-15 jakeFrom Kip McAtee:
2008-07-15 jakeFix for revision 25730:
2008-07-15 guyCTDB isn't an ASN.1-based protocol.
2008-07-14 sakeOops... missed one ;
2008-07-14 guyJust have a scalar handle_t for the Infiniband handle...
2008-07-14 sakeFrom Richard Kuemmel (bug 2668):
2008-07-14 guyRename the ERF "erfhdlc" preference to "hdlc_type"...
2008-07-14 guyReplace the old "erfatm" preference for the ERF dissect...
2008-07-14 guyList the ERF dissector as one of the "clean" dissectors...
2008-07-14 wmeierFix declaration to match change in SVN #25731
2008-07-14 jakeFrom Stephen Donnelly:
2008-07-13 guyThe PPP protocol type of 0031 is for the PPP Bridging...
2008-07-13 guyIf we know that an Ethernet packet includes the FCS...
2008-07-13 jakeFrom Francesco Fondelli:
2008-07-13 guyDissect the PPP Bridge Control Protocol header. Hand...
2008-07-12 stigFrom Jess Balint (bug 2700):
2008-07-12 stigFrom J. Bruce Fields (bug 2634):
2008-07-12 stigSmall whitespace fix.
2008-07-12 stigCorrect help topic for firewall dialog.
2008-07-12 guyMake erf.ethfcs a Boolean, with "FCS present" and ...
2008-07-12 guyClean up indentation.
2008-07-12 sakeFix an off-by-one error which caused capturing with
2008-07-12 jakeMove the registration for SSL sockets to the protocol...
2008-07-12 guyRename the preference values to something that leaves...
2008-07-12 guyERF Ethernet records always contain Ethernet packets...
2008-07-12 morrissMore stats tree unsigned->signed char cleanup
2008-07-12 morrissMore (mostly stats tree) unsigned->signed char cleanup
2008-07-11 morrissChange the stats tree API to use signed chars instead...
2008-07-11 morrissFix a couple gint/guint mismatches
2008-07-11 morrisstvb_format_text() returns a pointer chars, not guint8s
2008-07-11 morrissFix a couple signed/unsigned char mismatches (still...
2008-07-11 morrissCast away the unsignedness of a string (which has had...
2008-07-11 morrissprefs_register_uint_preference() takes a pointer to...
2008-07-11 morrissprefs_register_uint_preference() takes as its argument...
2008-07-11 morrissIn a call to proto_tree_add_bytes_format(): actually...
2008-07-11 morrissChange a string's declaration from guint8 to a gchar
2008-07-11 morrissChange a guchar to gchar: it's used as a regular string
2008-07-11 morrissRemove some dead (statement not reached) code (while...
2008-07-11 morrisspacket-k12.c expects pseudo_header->k12.extra_info...
2008-07-11 morrissunicode-utils.c is only for Windows; don't build it...
2008-07-11 jakeFrom Frank Wang:
2008-07-11 morriss(Finally) stop guint16s to access a string: just treat...
2008-07-11 guyASCII (well, alphabetic, really) until proven otherwise...
2008-07-10 guyNote bug 2699, which reports a bug in xdg-open.
2008-07-10 guyInclude <ctype.h> to define isalpha().
2008-07-10 morrissCast that guint16 into a char before trying to NULL...
2008-07-09 geraldReplace r25638 with a better fix. On Windows, don't...
2008-07-09 morrissDon't declare a char[] then cast it into a guint16...
2008-07-09 morrissDon't cast a char[] into a guint32/64: the array may...
2008-07-09 morrissReindent some to get things a bit more consistent/readable.
2008-07-09 morrissAdd MP3 to the list of magic types
2008-07-09 jakeFrom Sven Eckelmann:
2008-07-09 jakeFrom Motonori Shindo:
2008-07-09 martinmInitialise type to avoid warning.
2008-07-09 jakeFrom Paolo Abeni:
2008-07-09 wmeierFix some spacing .....
2008-07-09 wmeierFix some mis-spellings
2008-07-08 wmeierDisplay "Decompression failed" when appropriate (&...
2008-07-08 morrissTighten heuristics a bit: if the caplen or iplen is...
2008-07-08 morrissTighten heuristics a bit: traces with packets longer...
2008-07-08 sakeFrom Randy McEoin (bug 2654):
2008-07-08 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2008-07-08 martinmRegister raw_sip.line with correct protocol, as noticed...
2008-07-08 martinmFix bug 2662 (ULMAP HARQ_ULMAP_IE decode error).
2008-07-08 wmeierFix compile error
2008-07-08 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-07-08 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-07-04 wmeierFix benign usage of incorrect symbol in #ifdef
2008-07-04 guyIf we have pcap_free_datalinks(), use it. If not,...
2008-07-03 guyGet rid of #defines that are no longer being used ...
2008-07-03 morrisspacket-pkcs12-template.c uses the libgcrypt symbol...
2008-07-03 wmeierFrom: Kovarththanan Rajaratnam; Add Windows browse...
2008-07-02 etxrabRevert previous change.
2008-07-02 etxrabSee if this gets rid of some unused code warnings...
2008-07-02 guyCOPYING is already put into the tarball; we don't need...
2008-07-02 guyPush EXTRA_DIST entries into the lowest-level Makefile...
2008-07-02 guyPut the EXTRA_DIST items for the doc directory in doc...
2008-07-02 guyInclude the new Makefile.common file.
2008-07-02 guyThis directory needs some checkapi love; it's not yet...
2008-07-02 guyCombine the cd and the make on one lien for the checkap...
next