obnox/wireshark/wip.git
2011-04-05 wmeierfoo="\windows\style\pathname"; printf "$foo" isn't...
2011-04-05 wmeier1. Remove \r from tshark output so output OK on Windows...
2011-04-05 cmaynardFix a few more typos and reformat some of the comments.
2011-04-05 geraldRemove the manifest as a prerequisite for packaging.
2011-04-05 stigCompile fix: camel_obj_id -> obj_id.
2011-04-05 etxrabActually get the oid string ...
2011-04-05 wmeierDon't assign to a proto_item * if the value won't be...
2011-04-05 wmeierDon't assign to a proto_item * if the value won't be...
2011-04-05 tuexenFix a typo in the help message.
2011-04-05 etxrabFrom Jose Pedro Oliveira:
2011-04-05 morrissRemove some unused hf_ variables.
2011-04-05 morrissFrom Felix Kraemer: fix https://bugs.wireshark.org...
2011-04-05 morrissSet BIN_DIR to . by default. Use tr to replace colons...
2011-04-04 wmeier Don't assign to a proto_item * if the value won't...
2011-04-04 wmeierFix "MISSING_BREAK"; Coverity 436.
2011-04-04 wmeier Don't assign to a proto_item * if the value won't...
2011-04-04 cmaynardMore console tweaks. But how to prevent prompt from...
2011-04-04 morrissBased on idea from Bill Meier:
2011-04-04 morrissFix up indentation
2011-04-04 wmeierDon't assign to a proto_item * if the value won't be...
2011-04-04 wmeierDon't assign to a proto_item * if the value won't be...
2011-04-04 geraldMore console tweaks.
2011-04-04 sfisherFix Coverity 1137, 1138, 1139: UNUSED_VALUE
2011-04-04 wmeierDon't assign to a proto_item * if the value won't be...
2011-04-04 geraldOnly call destroy_console() when we create a console...
2011-04-04 sfisherFix compilation error:
2011-04-04 wmeierDon't assign to a proto_item * if the value won't be...
2011-04-04 geraldOn Windows, try to use an existing console for our...
2011-04-04 wmeierDon't assign to a variable if the value won't be used...
2011-04-04 cmaynardFix some typos.
2011-04-04 wmeierDon't assign to a proto_item * if the value won't be...
2011-04-04 geraldDon't build a manifest if we don't need one.
2011-04-04 wmeierDon't assign to a proto_item * if the value won't be...
2011-04-04 wmeierDon't assign to a variable if the value won't be used...
2011-04-04 etxrabMark pinfo as unused.
2011-04-04 etxrabGet rid of gsm_a_dtap_pinfo.
2011-04-04 etxrabChange the signature of elem_fcn():ns to include pinfo.
2011-04-04 etxrabFrom Vincent Helfre:
2011-04-04 etxrabChange the msg_fcn() signature to include pinfo.
2011-04-04 etxrabFrom jakub Zawadzki:
2011-04-03 wmeierDon't assign to a proto_item* if the value won't be...
2011-04-03 gerald[Automatic manuf, services and enterprise-numbers updat...
2011-04-02 etxrab-Whitespace fix in gsm_map-template(no need to regenerate).
2011-04-01 wmeierAdd some info as to the determination of the length...
2011-04-01 morrissFrom Alexis La Goutte via https://bugs.wireshark.org...
2011-04-01 cmaynardAvoid potential buffer overruns when sscanf'ing strings.
2011-04-01 cmaynardDon't use pParser->yyidx as an index into pParser-...
2011-04-01 cmaynardRemove const type qualifier from cast. Resolves CID...
2011-04-01 martinmTake care not to append RLC mode to proto_item twice.
2011-03-31 wmeierRename local 'pipe_input' so it doesn't shadow global...
2011-03-31 sahlbergMemory leak in lemon.c
2011-03-31 cmaynardFix 11 occurrences of returned pointer never used....
2011-03-31 cmaynardCheck return value of file_seek(). Fixes CID 338.
2011-03-31 cmaynardDon't dereference a NULL pointer. Fixes CID 426.
2011-03-31 cmaynardseparator will never be NULL, but sep_len could be...
2011-03-31 cmaynardUse BSWAP16 instead of BSWAP32 for 16-bit values. ...
2011-03-31 cmaynardUse a common function, higher_priority_status_level...
2011-03-31 cmaynardClear the entire contents of ctx at the end of md5_fini...
2011-03-31 cmaynardFrom Alexis La Goutte via bug 5790: Fix 8 clang warning...
2011-03-31 cmaynardDelete unused header fields found by running tools...
2011-03-31 wmeier(Trivial) Fix some typos; do some whitespace cleanup...
2011-03-31 cmaynardFrom Yair via bug 5779: Add option to leave AAL5 in...
2011-03-31 cmaynardFrom Andrew Feren via bug 5775: Correct types on severa...
2011-03-31 stigRegister tcp by name.
2011-03-31 stigUse correct functions to fetch protocol name for a...
2011-03-31 stigAdded dissector_handle_get_long_name().
2011-03-31 stigUse correct length for clientaddr4 callback address...
2011-03-30 cmaynardFix a couple of typos.
2011-03-30 cmaynardFrom: wireshark.org/lists/wireshark-dev/201103/msg00157...
2011-03-30 cmaynardWrap all text lines of help at column 80.
2011-03-30 sahlbergremove two pointless const in casts
2011-03-30 sahlbergremove some assignments we dont use
2011-03-29 cmaynardChange TCP_PORT_MANGO to TCP_PORT_MONGO.
2011-03-29 morrissDon't put a 65536 byte variable on the stack: instead...
2011-03-29 etxrabAdd a missing break.
2011-03-29 etxrabAdd a missing break.
2011-03-29 etxrabAdd a missing break.
2011-03-29 etxrabAdded FALLTHRU comment to avoid a "missing break"...
2011-03-29 cmaynardFrom Alexis La Goutte via bug 5790: Add partial bit...
2011-03-29 cmaynardGrab URL from frame info value instead of from tvb...
2011-03-29 morrissDon't put a 196808 byte variable on the stack: instead...
2011-03-29 etxrabRemove check_col().
2011-03-29 martinmDon't assign proto_item pointers that are not used.
2011-03-29 morrissDon't put a 65536 byte variable on the stack: instead...
2011-03-29 stigGuard against NULL return from find_protocol_by_id().
2011-03-29 stigFrom Pascal Quantin:
2011-03-29 kukosaRTP: display payload type name from dynamic payload...
2011-03-29 morrissProhibit (memory-unsafe) g_sprintf() and g_vsprintf().
2011-03-28 cmaynardCast to guint to avoid a Windows compiler warning.
2011-03-28 cmaynardMove -D option into "pre-scan" group as there's no...
2011-03-28 cmaynardUse fprintf_stderr() instead of printf() so "wireshark...
2011-03-28 sfisherFix for bug #4334 "VNC Hextile encoding is incomplete...
2011-03-28 morrissUse g_ascii_strdown instead of g_strdown
2011-03-28 guyMore updates to the wtap_open_offline() comment.
2011-03-28 cmaynardDon't use prohibited strncpy(). Use g_strlcpy() instea...
2011-03-28 cmaynardDon't use prohibited strncpy(). In this case, use...
2011-03-28 morrissFrom Alexis La Goutte via https://bugs.wireshark.org...
2011-03-28 morrissFrom Stephane Bryant via https://bugs.wireshark.org...
2011-03-28 morrissFrom Alexis La Goutte via https://bugs.wireshark.org...
2011-03-28 cmaynardMake ip.fragments an FT_BYTES field so a PDML Export...
next