obnox/wireshark/wip.git
2009-04-04 geraldtvbuff.[ch]: Accept more size_t's.
2009-04-04 etxrabKeep the buildbot happy.
2009-04-04 etxrabWrong tree used, add Codec list dissection.
2009-04-04 wmeiersv:keywords --> svn:keywords
2009-04-04 etxrabFrom Francesco Fondelli:
2009-04-03 guyUse an emem_strbuf_t where appropriate.
2009-04-03 guysize_t fix (you won't get more than 2^31-1 bytes there).
2009-04-03 guysize_t fix (you're not going to get more than 2^31...
2009-04-03 guySome size_t cleanups.
2009-04-03 guyTurn length variables that don't need to be size_t...
2009-04-03 guytvb_memcpy() now takes a size_t as an argument, so...
2009-04-03 jmayerDon't crash on linux:
2009-04-03 guySquelch a warning.
2009-04-03 guyDon't support a length of -1 meaning "to the end of...
2009-04-03 guyDon't reply on an argument of -1 as the last argument...
2009-04-03 etxrabAdd value strings and code clenup.
2009-04-03 geraldMore size_t.
2009-04-03 geraldMake some lengths size_t's.
2009-04-03 geraldMake the "length" argument of the tvb_mem* functions...
2009-04-02 sakeMake buildbot happy again...
2009-04-02 guyGet rid of an unused variable.
2009-04-02 etxrabFrom Garey Hassler:
2009-04-02 etxrabFrom Naoyoshi Ueda:
2009-04-02 etxrabFrom Chris Maynard:
2009-04-02 etxrabYin Sun:
2009-04-02 etxrabRemove #if 0
2009-04-02 geraldFrom Peter Hertting: Fix the maximum poll interval.
2009-04-02 geraldFix a typo.
2009-04-02 geraldThe format argument of val_to_str() formats a guint32...
2009-04-01 guyDescribe the format of libpcap records a little better...
2009-04-01 etxrabAdd to new functions from the optimization patch:
2009-04-01 etxrabAccording to the section 2.4 of the spec.
2009-04-01 wmeierFrom Abhik Sarkar: SMPP TLV tag value_strings.
2009-04-01 guyThe second argument to Gestalt() is an SInt32, which...
2009-04-01 geraldOnly #undef inet_aton if we're using ADNS on Windows.
2009-03-31 geraldRawshark fixes from Duncan Salerno.
2009-03-31 geraldAdd a check to make sure we don't try to allocate a...
2009-03-31 wmeierChange to prevent "off-the-end" array access if invalid...
2009-03-31 etxrabUpdate value strings.
2009-03-31 etxrabFix a typo.
2009-03-31 guyMake the forward declaration of dissect_snmp() match...
2009-03-31 martinmFix gcc 3.4.6 warning about setjmp/longjmp.
2009-03-31 wmeierIf GLib < 2.10.0 use g_mem_chunk instead of g_slice.
2009-03-31 wmeier#include reassemble.h not req'd
2009-03-31 wmeier#include reassemble.h not req'd; Also: move proto_regis...
2009-03-31 wmeierFrom: yami <yamisoe [AT] gmail.com>: Update comment...
2009-03-31 guyGet rid of val_to_strlen() - strlen() on the results...
2009-03-31 etxrabFrom Vincent Helfre:
2009-03-30 etxrabDissect security protected NAS message(un ciphered).
2009-03-30 wmeierFix bug: ptr to an ep str kept for use while capture...
2009-03-30 jmayerAndreas Schuler:
2009-03-30 geraldMore Win64 fixes.
2009-03-30 jakeChange of metatech email address.
2009-03-30 etxrabExtention and bug fixes.
2009-03-30 geraldFixup whitespace.
2009-03-30 geraldCall ep_strbuf_append_printf() from ep_strbuf_append().
2009-03-30 etxrabMore size_t casts(Unfinished)
2009-03-30 geraldMore size_t casts.
2009-03-30 geraldIn packet-enttec.c and packet-fw1.c, replace string...
2009-03-30 geraldReplace another string pointer dance with a string...
2009-03-30 etxrabHandle NAL-unit start code correctly.
2009-03-30 wmeierFrom Jens Steinhauser: IEEE C37.118 Synchrophasor dissector
2009-03-30 martinmInitialise a variable to prevent a warning (that looks...
2009-03-30 geraldAdd a couple of size_t casts to packet-dnp.c.
2009-03-29 wmeierDefine certain fcns as static (if not used externally).
2009-03-29 etxrabHandle the case when FMTP parameters are "out-of-order".
2009-03-29 etxrabMore size_t casts.
2009-03-29 etxrabMore size_t casts.
2009-03-29 etxrab- Dissect Supplemental enhancement information (SEI).
2009-03-29 wmeierFix code so changing port pref will work + other small...
2009-03-29 gerald[Automatic manuf update for 2009-03-29]
2009-03-29 etxrabMore size_t casts.
2009-03-29 etxrabFix:
2009-03-29 etxrabMore size_t casts.
2009-03-29 etxrabMore size_t casts.
2009-03-29 sfisherSquelch warning about variable may be used uninitialize...
2009-03-29 sfisherPatch from enhancement bug #3265: LDSS (local download...
2009-03-28 guyDon't use sprintf() - use ep_strbufs and ep_strbuf_appe...
2009-03-28 geraldAdd a missing check.
2009-03-28 geraldFix a couple items from the last checkin.
2009-03-28 geraldReplace a lot of pointer tracking and some GStrings...
2009-03-27 geraldAdd initial support for string buffers - ep_allocated...
2009-03-27 sfisherRemove extra parenthesis on two lines
2009-03-27 sfisherAdd request/response like tracking to the TFTP dissecto...
2009-03-27 sfisherPut the new tvb_get_seasonal_string() function to good...
2009-03-27 sfisherIntroduce two new functions:
2009-03-27 geraldAdd a note about 10.5.
2009-03-27 geraldMore size_t casts.
2009-03-27 wmeier(Trivial): fix a typo
2009-03-27 wmeierReplace some unnecessary use of g_snprintf and g_strdup...
2009-03-27 wmeier(Minor): Remove unnecessary use of g_snprintf
2009-03-27 wmeier(Minor); if (! initialized) not req'd; move hf[] to...
2009-03-27 wmeierAs suggested by Jakob Zawadzki: (Bug #3311): g_free...
2009-03-27 etxrabFrom Artem Tamazov:
2009-03-27 etxrabFrom Andreas Heise:
2009-03-27 etxrabIn informationDirective use MSID instead of mobileIdent...
2009-03-27 sfisherSet svn:keywords Id and svn:eol-style native
2009-03-26 wmeierFrom Peter <pva At gentoo.org>: Fix build err: "variabl...
2009-03-26 wmeier(Trivial): Fix a typo
2009-03-26 jmayerRepleace "" by NULL in hf-array (inspired by commit...
next