obnox/wireshark/wip.git
2007-04-28 guyMake tvb_memdup(), like ep_tvb_memdup(), return a ...
2007-04-28 etxrabRevert some private experiments checked in by misstake.
2007-04-28 etxrabFrom Gavin Heer:
2007-04-28 etxrabAdd:
2007-04-28 sahlbergfrom metatech at flashmail.com :
2007-04-28 kukosaFix Q.932 extra dist and add QSIG to extra dist.
2007-04-27 etxrabAdd Q.932 to extra dist.
2007-04-27 jakeChange of authors email address
2007-04-27 kukosanew Q.932 and QSIG dissectors
2007-04-27 kukosaminor formal changes
2007-04-27 kukosa- new #.Exports parameter VALS_WITH_TABLE which "export...
2007-04-27 jakeFrom Bingyao Du:
2007-04-26 guyFrom Jeff Foster: add support for Cisco HDLC captures.
2007-04-26 guyAs with other types of extra info, tag the UID extra...
2007-04-26 jmayerTiny formatting change
2007-04-26 guymtp3_addr_to_str_buf() and mtp3_pc_hash() expect to...
2007-04-26 etxrabChange the signature of proto_tree_add_bits() and add...
2007-04-26 jakeFix for bug 1505. Adding getprinterdriver levels 2...
2007-04-26 guymemmove() is needed only if the source and destination...
2007-04-26 guymemmove() is needed only if the source and destination...
2007-04-26 guymemmove() is needed only if the source and destination...
2007-04-26 guymemmove() is needed only if the source and destination...
2007-04-26 guyMake ADD_ADDRESS_TO_HASH() take a pointer to an address...
2007-04-26 guySee previous comment.
2007-04-26 guyUmm, that's *not* how you compare addresses for equalit...
2007-04-26 guyCopy up to 4 bytes from the source address, rather...
2007-04-26 guyFor address types where the address is a bunch of bytes...
2007-04-26 guyFor 1-byte and 2-byte FIDs, convert the void * data...
2007-04-26 guyGet rid of unused variable.
2007-04-26 guyUse the right local variable.
2007-04-26 guyGet rid of no-longer-needed variable.
2007-04-26 guyAdd missing backslash.
2007-04-26 guyRename HASH_ADDRESS to ADD_ADDRESS_TO_HASH, to make...
2007-04-26 guyAdd a macro for hashing the bytes of an address into...
2007-04-26 guyThe data pointer of an address structure is a void...
2007-04-26 guyCheck to make sure the address really *is* an IPv4...
2007-04-25 guyThe data pointer in an address structure is a void...
2007-04-25 guyUse "address_to_str()" to format an address, rather...
2007-04-25 guyThe data field of an address structure is a void *...
2007-04-25 guyFix the previous fix.
2007-04-25 guyCheck that the addresses are FC addresses before lookin...
2007-04-25 guyFail if the addresses being checked aren't Ethernet...
2007-04-25 guyUse "address_to_str()" to format an address, rather...
2007-04-25 guyThe data field of an address structure is now a void...
2007-04-25 guyThe data field of an address structure is now a void...
2007-04-25 guyThe "data" field of an address structure is a "void...
2007-04-25 geraldFrom Dustin Johnson:
2007-04-25 guySome types of addresses are data structures; make the...
2007-04-25 geraldFrom Stig Bjørlykke:
2007-04-25 kukosanew parameter EXTERN for #.EXPORTS directive
2007-04-25 kukosafread() return value can not match file size on Windows...
2007-04-25 kukosafix bug in handling of tagged type reference
2007-04-24 jmayerproto_tree_add_bits -> iuup_proto_tree_add_bits as...
2007-04-24 legoextraInfo was not propperly tagged causing ber decoding...
2007-04-24 etxrabAdd a new proto function proto_tree_add_bits() which...
2007-04-24 guyFix definition of tvb_memcpy() to match declaration.
2007-04-24 guy"memcpy()" takes void *'s as arguments and returns...
2007-04-24 sahlbergadd an explicit cast of the callback function in the...
2007-04-24 guyTry to squelch an alignment warning (we put "int"s...
2007-04-24 jakeDamn qqq-bird. ;)
2007-04-24 sahlbergoncly include capture_details_24.xpm IFF we have pcap...
2007-04-24 sahlbergif we compile for gtk1 'text' is no longer referenced...
2007-04-24 sahlbergadd a missing change from the previous commit
2007-04-24 sahlbergAdd tracking of uid->domain/account mappings for SMB...
2007-04-24 wmeierAddt'l fixes so suite-unittests will run under windows
2007-04-24 wmeierUse correct install target: 'make ..._install (and...
2007-04-23 guyNeed to include <epan/pint.h> to get pletohl() defined.
2007-04-23 etxrabFrom Florent DROUIN:
2007-04-23 guybyteReverse assumes its argument is aligned on a 32...
2007-04-23 guyThe "in" array in an MD5 context is expected to be...
2007-04-23 guyThe "in" array in an MD5 context is expected to be...
2007-04-23 etxrabRemove a relic from experimental code.
2007-04-23 etxrabTCAP: Fix up indentation a bit.
2007-04-23 etxrabTCAP: Fix up indentation a bit.
2007-04-23 guyGet rid of no-longer-needed, and warning-generated...
2007-04-23 guyMore const cleanup.
2007-04-23 guyMake Mk16_le() work on both big-endian and little-endia...
2007-04-23 guyDissector table names should be pointed to by const...
2007-04-23 guyFix type cast to match target of assignment.
2007-04-23 guyThe "needles" argument of guint8_pbrk() needs to be...
2007-04-23 guyDon't assume byte pointers can be safely cast to more...
2007-04-23 guydecode_as_dt's argument points to a dissector table...
2007-04-23 guyDon't assume a pointer to UCHAR is necessarily aligned...
2007-04-23 sfisherFrom Paolo Abeni:
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2007-04-23 guyJust use -1 to go to the end of a tvbuff.
2007-04-23 morrissMark all the items for TCAP statistics as generated
2007-04-23 sahlbergadd request/response matching for ctdb
2007-04-23 etxraband the missing files ...
2007-04-23 etxrabFormating changes and align a bit to spec.
2007-04-23 guyGrr. Flex. Can't make warnings errors yet - we'd...
2007-04-23 guyMake warnings errors when possible.
2007-04-23 guy"call_ber_syntax_callback()" isn't used outside packet...
2007-04-23 wmeierRestore the casts from svn 21080 (presumably) inadverta...
2007-04-23 guyAdd a couple more warnings to the standard set.
2007-04-22 guyPropagate Joerg's fix to make --enable-extra-gcc-checks...
2007-04-22 guyTurn on almost all warnings for Wiretap - if any of...
2007-04-22 jmayerFix regression: Automatically disable -Werror in case...
2007-04-22 wmeierAnother fix to allow gtk1 to compile w/o warnings....
2007-04-22 standelset #ifndef __USE_XOPEN instead of only #ifndef
next