Use ep_alloc()
[obnox/wireshark/wip.git] / epan /
2009-10-06 krjUse ep_alloc()
2009-10-06 krjDon't include unistd.h
2009-10-06 etxrabMake it compile on windows.
2009-10-06 etxrabIncrease EMEM_ALLOCS_PER_CHUNK to avoid memory waist.
2009-10-06 sahlbergFrom Matthieu Patou,
2009-10-06 sahlbergmore updates to samr to harmonize it with samba
2009-10-06 stigUse IANA assigned port number as default UDP port.
2009-10-05 stigRegenerated to match spec files.
2009-10-05 krjUse g_free() (should have been part of r30342)
2009-10-05 krjMove dissector add sanity check to separate function
2009-10-05 krjAdd DISSECTOR_ASSERT before dereferencing pointer
2009-10-05 krjGetModuleFileName expects the size of the passed buffer...
2009-10-05 krjse_alloc returns a non NULL pointer so we don't have...
2009-10-05 krjUse g_malloc()
2009-10-05 stigReturn from dissect_snmp_VarBind() when detecting inval...
2009-10-05 krjAdd null pointer guard
2009-10-05 krjAllocate 64K buffer from heap
2009-10-05 stigInitialize ip_addr to avoid an uninitialized warning.
2009-10-05 stigInitialize some values to avoid uninitialized warnings.
2009-10-05 stigInitialize u32BoundElements.
2009-10-05 stigMoved the block for second octet to avoid a warning...
2009-10-05 stigCorrected check for dtmEgprsHighMultiSlotClassPresent.
2009-10-05 stigRewrote fc_sof_t and fc_eof_t from enum to defines...
2009-10-05 stigFixed a signed/unsigned warning.
2009-10-05 etxrabChange a refrerence.
2009-10-04 etxrabFrom Gerasimos Dimitriadis:
2009-10-04 krjRIP packet-6lowpan.h
2009-10-04 wmeier1. There doesn't seem to be a need for a separate ...
2009-10-04 gerald[Automatic manuf and enterprise-numbers update for...
2009-10-04 krjWhitespace changes
2009-10-04 etxrabAtemt to fix compilation of packet-dcerpc.c for Windows.
2009-10-04 etxrabAtemt to fix compilation of samr for Windows.
2009-10-04 sahlbergmore merges from samba samr idl file
2009-10-04 sahlbergmore merges from the samba samr idl file
2009-10-04 sahlberguse a fake dcerpc_call_data structure before we call...
2009-10-04 sahlbergwe must create a fake dcerpc_call_value strucure before...
2009-10-04 sahlbergwe must create a fake dcerpc_call_value structure when...
2009-10-04 sahlbergupdate the string helpers to be ndr64 aware
2009-10-04 sahlbergupdate dissect_ndr_nt_PSID_ARRAY() to be ndr64 aware
2009-10-04 krjDon't clear and append string to column. Just add it...
2009-10-04 krjWe don't use preferences so if (!init) not required
2009-10-04 krjUse g_new0() when allocating z_stream
2009-10-04 krjUse GLibs CLAMP(). The current inlined implementation...
2009-10-04 krjDelay allocation of z_stream
2009-10-04 krjg_malloc0() doesn't return NULL so remove NULL error...
2009-10-04 sahlbergmore samr updates for ndr64
2009-10-04 sahlbergmerge some changes to samr from the samba idl
2009-10-03 morrissFix a couple (false) uninitialized variable warnings.
2009-10-03 stigAdded packet-6lowpan.c to cmake.
2009-10-03 tuexenMake gcc happy.
2009-10-03 jakeFrom Owen Kirby:
2009-10-03 morrissFix a typo
2009-10-03 krjGuard against NULL pointers
2009-10-03 sahlbergrename 2or4 to a new type guint1632 and call the...
2009-10-03 sahlbergrename dissect_ndr_4or8 to dissect_ndr_uint3264 ...
2009-10-03 sahlbergadd a helper that supports decoding either a 16 or...
2009-10-03 sahlbergmake dissect_ndr_nt_SID handle ndr64
2009-10-03 sahlbergupdate the handmarshalled code in samr.cnf to handle...
2009-10-03 morrissSince chunk_size is now unsigned, check to ensure that...
2009-10-03 sahlberga new samr dissector, created using samba PIDL with...
2009-10-03 sahlbergpild uses a magic alignment of 5 to mean align either...
2009-10-03 morrissFrom Peter Harris via https://bugs.wireshark.org/bugzil...
2009-10-03 sahlberginitial support to handle conformance data for NDR64.
2009-10-03 sahlbergupdate the alignment for UserInfo so it handles either...
2009-10-03 sahlbergadd a new macro to do alignment to either 4 or 8 bytes...
2009-10-03 sahlbergteach the dce/rpc pointer dissector about ndr64 and...
2009-10-02 stigPrime interesting fields when selecting a package,...
2009-10-02 jakeFrom Jared Renzullo:
2009-10-02 stigFrom Beth via bug 4049:
2009-10-02 morrissOne of those if(check_col)'s was hiding another conditi...
2009-10-02 etxrabUpdate to 3GPP TS 24.301 V9.0.0 (2009-09)
2009-10-02 jakeFrom Francesco Fondelli:
2009-10-01 morrissFrom Gregor Jasny via https://bugs.wireshark.org/bugzil...
2009-10-01 etxrabFrom Gerasimos Dimitriadis:
2009-10-01 etxrabFrom Vincent Helfre:
2009-10-01 stigRemoved fetching an unused variable. Leaving as a...
2009-10-01 stigRemoved redundant prototype of Tvb_range().
2009-10-01 krjDon't pass in ephemeral allocated string to col_set_str()
2009-10-01 stigAdded a cast to avoid another warning.
2009-10-01 stigMade lua_load_script() static.
2009-10-01 stigFixed input argument for sscanf "%x" (shall be unsigned...
2009-10-01 etxrabUpdate to 3GPP TS 36.413 V9.0.0 (2009-09)
2009-10-01 etxrabUpdate to 3GPP TS 36.413 V8.7.0 (2009-09)
2009-10-01 stigCast a pointer to avoid a warning.
2009-10-01 sahlbergwe need to copy the information about the transport...
2009-10-01 sfisherRemove comment asking if this function should be in...
2009-09-30 jakeFrom Jared Renzullo:
2009-09-30 stigRemoved unused variable.
2009-09-30 stigRemoved 'l' modifier for %g, as it will be ignored.
2009-09-30 stigAdded some check for a valid beep_frame_data.
2009-09-30 stigCorrected hfinfo.ref_count -> hfinfo.ref_type.
2009-09-30 wmeierRename hfinfo.ref_count to hfinfo.ref_type since that...
2009-09-30 wmeierRemove unneeded 'if(check_col()...)'
2009-09-30 wmeierRemove some unneeded (indirect) 'if(check_col()......
2009-09-30 wmeier#include <epan/expert.h>, <epan/strutil.h>, <stdio...
2009-09-30 wmeierRework is_acn to use tvb_memeql insted of doing a tvb_g...
2009-09-30 wmeierWhitespace changes
2009-09-30 sahlbergMove the definition of the uuid, and registration of...
2009-09-30 sahlbergThe dcerpc dissectors used to walk the list of items...
2009-09-30 sahlbergadd the name ModeSense6 to the list of known opcodes...
next