obnox/wireshark/wip.git
2009-10-11 stigMake ett_nt_unicode_string static.
2009-10-11 krjRemove unused variable
2009-10-11 krjSwitch over to using seasonal memory since the mgcp...
2009-10-11 krjRemove temporary directory on shutdown
2009-10-11 krjAdd an option to randomize file list order
2009-10-11 krjSwitch over to using seasonal memory instead of g_mem_c...
2009-10-11 krjSet INITIAL_NUM_PROTOCOL_HFINFO to a more sensible...
2009-10-11 krjAs pointed out by Bill [1] we leak some header_field_in...
2009-10-11 krjReplace g_malloc + memset with g_new0
2009-10-11 krjSet tree_is_expanded to NULL after freeing it
2009-10-11 krjUse the slice allocator if GLIB_CHECK_VERSION > (2...
2009-10-11 krjUse G_MEM_ALIGN when we have to determine the amount...
2009-10-11 jmayerReadd stuff "lost" by previous undo (r30443, r30459)
2009-10-11 jmayerCreatig static sublibs was not a good idea:
2009-10-11 krjRename emem_canary => emem_canary_init to make it clear...
2009-10-11 krjOnly check to see if 'free_list' is empty when we've...
2009-10-11 krjTighten scope of some variables in emem_alloc()
2009-10-11 krjChange EMEM_PACKET_CHUNK_SIZE to (10 * 1024 * 1024...
2009-10-11 krjAnnotate with GNUC_FORMAT_CHECK()
2009-10-11 krjUse g_strlcpy instead of providing our own string copy...
2009-10-11 krjUse memcpy when we already know the length of the string
2009-10-11 krjRemember to create a temporary directory before dissecting
2009-10-11 krjRemove redundant forward declarations
2009-10-11 krjDon't clear INFO column. We do that implicitly when...
2009-10-11 krjDon't use C++ reserved keyword 'class'
2009-10-10 guyThe q931_info argument to q931_calls_packet() is used...
2009-10-10 wmeierReplace use of GMemChunk by se_alloc;
2009-10-10 wmeierFix a benign no-effect bug;
2009-10-10 wmeierUse consistent indentation
2009-10-10 krjns-cert-ext -> ns_cert_exts to make directory name...
2009-10-10 krjSort subdirectories alphabetically
2009-10-10 krjRegenerate asn1 dissectors (no functionality change)
2009-10-10 krjUpdate configure to reflect new asn1 folder names
2009-10-10 krjUpdate makefiles to reflect new names
2009-10-10 krjpkixcmp -> cmp to make directory name consistent with...
2009-10-10 krjpkixcrmf -> crmf to make directory name consistent...
2009-10-10 krjlogotype-cert-extn -> logotypecertextn to make director...
2009-10-10 krjgsmmap -> gsm_map to make directory name consistent...
2009-10-10 krjansi-tcap -> ansi_tcap to make directory name consisten...
2009-10-10 guyAdd req_resp_hdrs_do_reassembly to the list of function...
2009-10-10 krjIntroduce PROTOCOL_NAME variable in makefiles
2009-10-10 krjCorrect path to pidl
2009-10-10 krjAutogenerating epan/dissectors/dcerpc/* now works
2009-10-10 krjOnly dump to stderr if IDL2WRS_DEBUG is defined
2009-10-10 krjFirst stab at autogenerating budb dissector
2009-10-10 krjGroup subdirectories
2009-10-10 krjAdd tools/lemon/CMakeLists.txt which creates the lemon...
2009-10-10 krjCompile and link idl2wrs
2009-10-10 krjSort subdirectories alphabetically
2009-10-10 krjAdd epan/dissectors/CMakeLists.txt which creates a...
2009-10-10 krjUpdate list of output files generated from process...
2009-10-10 krjAdd dependency to packet-ncp2222.inc
2009-10-09 krjBackport r29665 to template file so that the change...
2009-10-09 krjRegenerate asn1 dissectors (no change, only some line...
2009-10-09 krjRename gsmmap -> gsm_map for consistency
2009-10-09 morrissPrint statistics to stderr so we can see (only) them...
2009-10-09 krjMake a few variables static
2009-10-09 krjRemove unused variable
2009-10-09 morrissUnify the stats output regardless of whether we're...
2009-10-09 krj(Windows only) Make sure that register.c depends on...
2009-10-09 krjSplit register_count() into proto_reg_count() and hando...
2009-10-09 krjConcatenate path in a more portable fashion
2009-10-09 morrissIf we're on Windows and we don't have kerberos, define...
2009-10-09 krj* Update list of supported platforms
2009-10-09 krjRename DISSECTOR_ASM_UTILS to LIBWIRESHARK_ASM_FILES...
2009-10-09 krjAdd epan/ftypes/CMakeLists.txt which creates a static...
2009-10-09 krjAdd epan/dfilter/CMakeLists.txt which creates a static...
2009-10-09 krjAdd epan/crypt/CMakeLists.txt which creates a static...
2009-10-09 krjAdd epan/crc/CMakeLists.txt which creates a static...
2009-10-09 krjFix copy/paste error
2009-10-09 krjStart using register_tap_files() macro
2009-10-09 krjIntroduce UseMakeTapReg.cmake
2009-10-09 krjUse register_dissector_files in the plugins dissectors
2009-10-09 krjUse register_dissector_files in asn1 plugin
2009-10-09 krjAdd register_dissector_files macro
2009-10-09 wmeierhf[]: Use NULL for "blurb" instead of dup or empty...
2009-10-09 wmeierhf[]: Use NUL for "blurb" instead of empty text string;
2009-10-09 wmeierhf[]: Use NULL for "blurb" instead of dup or empty...
2009-10-09 wmeierhf[]: Use NULL for "blurb" instead of dup or empty...
2009-10-09 krjAlso capitalize wireshark_BINARY_DIR since this variabl...
2009-10-09 krjCapitalize project name
2009-10-09 etxrabFrom Gerasimos Dimitriadis:
2009-10-09 etxrabRemove code guarded by #ifdef USE_CONVERSATION_GRAPH
2009-10-09 krjAdd common include file (boiler plate)
2009-10-09 krjUpdate makefiles to use new template names
2009-10-09 krjGive the template filenames more uniqueness
2009-10-09 etxrabFrom Didier Gautheron:
2009-10-09 etxrabFrom Didier Gautheron:
2009-10-09 krjIntroduce intermediate variables: PROTOCOL_NAME and...
2009-10-09 krjIntroduce intermediate variables: PROTOCOL_NAME and...
2009-10-09 krjIntroduce intermediate variables: PROTOCOL_NAME and...
2009-10-09 etxrabFrom Didier Gautheron:
2009-10-09 etxrabFrom Didier Gautheron:
2009-10-09 etxrabFrom Tobias Witek:
2009-10-09 sahlbergupdate pidl to the current samba version so we can...
2009-10-09 sahlbergexplicitely cast a guin64 to int to avoid compile warnings
2009-10-09 sahlbergmark the dcerpc 1632 and 3264 type dissectors exportabl...
2009-10-08 jakeTighten header field checks.
2009-10-08 krjRemove unused NEED_PACKET_PROTO_H variable
2009-10-08 krjRemove FindWSWIN32.cmake. It was only a temporary hack...
next