Use Unicode for all native Win32 calls. Unicode Windows applications
[obnox/wireshark/wip.git] / epan /
2006-03-08 geraldUse Unicode for all native Win32 calls. Unicode Window...
2006-03-08 etxrabCID4 and CID3 Change
2006-03-08 etxrabFix:
2006-03-08 kukosabetter support for ASN.1 Enumerated type in PER decoding
2006-03-08 gramCoverity CID 103 pointed me to this section of code...
2006-03-08 sahlbergfix minor bug coverity 74
2006-03-08 legoAvoid passing junk to ssl_debug_printf fmt if a weird...
2006-03-08 sahlbergremove a redundant if statement
2006-03-08 sahlbergfor really really weird malformed lanman packets ...
2006-03-08 legoHide #line directives inside comments so that coverrity...
2006-03-08 sahlbergcoverity bug 73
2006-03-08 sahlbergcoverity turned up a false positive in cid 37
2006-03-08 sahlbergremove some harmless but redundant code
2006-03-07 gramRemove dead code. Due the to if() test that checks...
2006-03-07 sahlbergpotential dereference of null pointer
2006-03-07 sahlbergfix a potential assignment of a wild pointer
2006-03-07 etxrabFix Coverity CID: 8 dead code.
2006-03-07 sahlbergfix a potential null dereference
2006-03-07 gramRemove a case statement which can never be reached...
2006-03-07 geraldFix Coverity run 12, CID 104: Don't overflow a guint8...
2006-03-07 etxrabDissect part of TIPCv2.
2006-03-07 geraldFrom Jeff Morriss:
2006-03-07 geraldInitialize a return value. Found by Coverity.
2006-03-07 jakeCatch negative return value, leading to near infinite...
2006-03-07 lrolandFix a possible NULL pointer dereference (coverity bug...
2006-03-07 legoRename set_string_hash... into se_tree_xxx_string as...
2006-03-07 legoFrom Jeff Morris,
2006-03-07 lrolandFix a possible NULL pointer dereference discovered...
2006-03-07 sahlbergrewrite of some hairy code
2006-03-07 legouse an elaborated key for the string keyed "hash table"
2006-03-07 etxrabFix a bug reported by coverity.
2006-03-07 legoep_strdup stack buffer before returning it.
2006-03-07 lego- contsify a variable in packet-alcap.c to see if a...
2006-03-07 legoAdd a hash table with string keys based on the red...
2006-03-06 etxrabFrom Ming Zhang:
2006-03-06 geraldHandle a null pointer. Fixes bugs 778 and 787.
2006-03-06 sahlberg get rid of another slow hashtable and one global...
2006-03-06 sahlbergreplace one hashtable storing filehandles with a new...
2006-03-06 sahlbergreplace a g_malloc()/g_free() pair with ep_alloc()...
2006-03-06 sahlbergadd helper to build (red/black) trees from a key that...
2006-03-06 etxrabFrom Jeff Morriss:
2006-03-06 etxrabFrom Jhon Sullivan:
2006-03-05 etxrabMake a new PER function dissect_per_enumerated() and...
2006-03-05 etxrabAdd the actual dissector, win makefile and update the...
2006-03-05 galACP133 attribute syntaxes and attribute definitions...
2006-03-05 sahlbergconvert another hashtable for tcp into se_tree
2006-03-05 sahlberginitial implementation of binary tree support with...
2006-03-05 lego+ retap_packets()
2006-03-04 etxrabFrom Ming Zhang:
2006-03-04 etxrabFix bug 786
2006-03-03 geraldUse intptr_t for int-to-pointer conversions.
2006-03-03 guySquelch a compiler warning.
2006-03-02 etxrabThe attached patch adds support for LAPD frames capture...
2006-03-02 etxrabfrom Daniele Orlandi:
2006-03-02 etxrabMake 3gpp AVP:s Vendor specific
2006-03-02 sahlbergFrom Ming Zhang
2006-03-02 jakeFix for bug 783 from Didier Gautheron
2006-03-02 sahlberg make the tcp_acked struct a pointer from the tcpd...
2006-03-02 ulflI don't see any reason why we should only have to look...
2006-03-01 jakeFrom Camilo Viecco:
2006-03-01 guyUse "tvb_format_string()" on strings extracted from...
2006-03-01 guyReplace commenting-out of code with "#if 0"/#endif...
2006-03-01 guyConstify some items, and make one item static, so we...
2006-02-28 jakeFix for bug 762: implementing Off/On duration presentat...
2006-02-28 etxrabFrom Martin Mathieson:
2006-02-28 etxrabBugfix: Dissect BAT ASE Signal IE properly.
2006-02-28 etxrabFrom Peter Johansson:
2006-02-28 sahlbergmark a few generated fields as generated using PROTO_IT...
2006-02-28 sahlbergadd new dissect_ber_integer64() that can handle...
2006-02-27 geraldAdd guard pages to emem.c. GP memory is protected...
2006-02-27 geraldProperly terminate a value string. Fixes a current...
2006-02-27 etxrabfrom dieder:
2006-02-27 etxrabFrom dider
2006-02-27 etxrabAdd extention bit if per internal fields shown.
2006-02-25 jakeFix bounds error.
2006-02-25 etxrabFrom Martin Mathieson:
2006-02-23 geraldPrint an error when we detect memory corruption. Fix...
2006-02-23 jakeFix bug 765. ARMBER -> AMBER
2006-02-23 sahlbergThe task management flags in FCP are very useful to...
2006-02-23 sahlbergcreate a real function to emulate g_strlcat() for...
2006-02-23 jakeFix bug 764. Always initialize the members of the tuple...
2006-02-23 etxrabFrom Alejandro Vaquero:
2006-02-23 etxrabFrom Alejandro Vaquero:
2006-02-23 jakeFix for bug 762. Decode either LED function or off...
2006-02-23 sahlbergadd an expansion to ethernet source and destination...
2006-02-23 sahlbergfix for bug 718
2006-02-23 etxrabAdd TCAP ssn
2006-02-22 etxrabDesegment DT1 messages.
2006-02-22 sahlbergmake the old style SNMP dissector handle 64 bit integer...
2006-02-22 sahlbergmake IPP treat all fields with the name '*-time' and...
2006-02-22 sahlberg from kirby files
2006-02-21 jakeFix for bug 758: Adding facility codes 12-15 according...
2006-02-21 jakeFix for bug 724: DNS dissector fails in handling the...
2006-02-20 etxrabFrom Balint Reczey (IJ/ETH)
2006-02-20 etxrabFrom Sake Blok:
2006-02-19 etxrabRemove c++ style comment.
2006-02-19 jakeFix for bug 752:
2006-02-18 etxrabFrom Florent.Drouin@alcatel.fr
2006-02-17 geraldDon't try to fill in last_dn if it doesn't exist. ...
2006-02-17 etxrabDissect the rest of the IE:s
next