Add makefiles
[obnox/wireshark/wip.git] / epan /
2005-12-14 etxrabFrom Graeme Lunt:
2005-12-14 etxrabFrom Marc Petit-Huguenin
2005-12-14 etxrabUse src and dst instead of net_src.
2005-12-14 legoClose the dictionary files after reading from them.
2005-12-14 guy"a & b == c" is, in C, parsed as "a & (b == c)" - and...
2005-12-13 legohandle sccp connections.
2005-12-13 legoAvoid the default sccp.ssn range to overwrite sccp...
2005-12-13 etxrabChange reassembly to include first empty segment, check...
2005-12-13 geraldThrow an exception if we have an invalid offset. Fixes...
2005-12-13 guyFix some bit mask tests - & has lower priority than...
2005-12-13 guyEscape question marks when they could be interpreted...
2005-12-13 guyAdd tvb_fake_unicode().
2005-12-13 sahlbergupdate the work-in-progress pidl generated wkssvc disse...
2005-12-13 sahlbergswap Trip/Close as per bug 579
2005-12-13 geraldasn2eth.py:
2005-12-12 jmayerConvert to new style dissector (hopefully done right)
2005-12-12 jmayerDissect type 0x0c as 'remove tag' flag
2005-12-12 geraldUse "guint" instead of "u_int".
2005-12-12 etxrabReassmble apm messages.
2005-12-12 etxrabFrom Hannes Gredler
2005-12-12 guyOK, if we're not going to have our "idl_types.h" differ...
2005-12-12 jmayerDissect the management protocol between 3com Netjack200...
2005-12-11 jmayerUpdates from samba svn
2005-12-11 jmayerStart the function name on a new line to make it easier...
2005-12-11 jmayerPort some information from yersinia
2005-12-11 sahlbergimplement SMB_FILE_ALL_INFO properly once and for all
2005-12-10 guyThe Bitmap routine in lib/Parse/Pidl/Ethereal/NDR.pm...
2005-12-09 sahlbergif passed a NULL string, make se_strdup() return the...
2005-12-09 etxrabAdd packet-nhrp.h
2005-12-09 jmayerFix ...$ to : $
2005-12-09 jmayerMaybe Id will work now
2005-12-09 jmayerUpdate enterprise-numbers
2005-12-09 etxrabMinor bug fixes.
2005-12-09 etxrabFrom: Deepak Jain
2005-12-09 jmayerpropset svn:executable *
2005-12-09 jmayerAdd comment how to regenerate the file
2005-12-09 guyRe-generate one more BER dissector.
2005-12-08 guyRegenerate with the latest asn2eth, to get FT_OID used...
2005-12-08 guy"get_oid_name()" can return a null pointer; don't try...
2005-12-08 guyClean up indentation.
2005-12-08 guyWhen checking whether a packet is for a protocol or...
2005-12-08 guyRegenerate, so that it handles OIDs as FT_OID.
2005-12-08 guySquelch a const vs. non-const pointer warning.
2005-12-08 guyFrom Kyle J. Harms:
2005-12-08 sahlbergadd decoding of the share type that metze found in...
2005-12-08 etxrabAlso add the new dissectors
2005-12-08 etxrabCommit the actual diissectors:
2005-12-07 legoAvoid dereferencing pointers to the message, context...
2005-12-07 etxrablibethereal: add capture_enc
2005-12-07 sahlbergtap the ntlmssp protocol and extract the account/domain...
2005-12-07 sahlbergnew function fetch_tapped_data()
2005-12-07 sahlbergmake ntlmssp tappable
2005-12-07 guyFix some more scaled-fixed-point values, and have a...
2005-12-07 guyFix oroperties, get rid of CRs.
2005-12-07 guySquelch a narrowing-conversion warning.
2005-12-07 guyWhy duplicate the code of "tvb_get_string()" when you...
2005-12-07 guyDon't export stuff if no other dissector uses it. ...
2005-12-07 guyFix indentation.
2005-12-07 guyUnicode considered unnecessary and non-portable. Avoid...
2005-12-07 sahlbergFrom Martin M various updates and fixes
2005-12-07 sahlbergFrom Jelmer V AIM bugfix
2005-12-06 guySquelch some compiler const vs. non-const warnings.
2005-12-06 guyClean up capture_enc(), export it, and use it in the...
2005-12-06 guyThe keys for entries in the OID-to-name hash table...
2005-12-06 guySet svn:keywords to Id to get RCS IDs expanded.
2005-12-06 sahlbergg_hash_table_new_full() does not exist for glib1
2005-12-06 legoIt crashed when keep_persistent_data == FALSE
2005-12-06 lego- Fix few issues with context analysis
2005-12-06 etxrabFill in Column info, Dissect some more user info.
2005-12-06 etxrabDissect Cause and use %(DEFAULT_BODY)s use import...
2005-12-06 kukosamark unused parameter
2005-12-06 kukosaOBJECT IDENTIFIER name resolution moved to oid_resolv.c
2005-12-06 kukosaprotocol discriminator byte has to be taken into info_e...
2005-12-06 guyNote what we have to be careful of before we start...
2005-12-06 sahlbergfrom Kyle Harms
2005-12-06 sahlbergobjectid updates
2005-12-05 etxrabFrom Grame Lunt:
2005-12-05 sahlbergupdates for FILE_OBJECTID_BUFFER and have smb call...
2005-12-05 sahlbergFrom Kyle J Harms
2005-12-05 etxrabIf we don't have the OID name let the SNMP dissector...
2005-12-04 etxrabConnection and name manager uses data type hdr
2005-12-04 guyCheck for a null blurb pointer for a field, as is done...
2005-12-04 guySquelch a GCC complaint.
2005-12-03 legoEscape non ascii characters
2005-12-02 sahlbergfrom Stig B:
2005-12-02 sahlbergrtcp fix for sdes_prefix_string
2005-12-02 etxrabFrom Lukasz Apiecionek
2005-12-02 kukosaPER dissectors regenerated with FT_OID
2005-12-02 kukosanew field type FT_OID for OBJECT IDENTIFIERs
2005-12-02 sahlbergcheck in a version of wkssvc that contains all the...
2005-12-02 sahlbergregenerate the pidl dissectors with the latest version...
2005-12-02 sahlbergadd two new ip protocol numbers
2005-12-02 sahlbergadd some more ioctls
2005-12-02 sahlbergadd dissection of
2005-12-01 etxrabHandle empty APM message
2005-12-01 etxrabAdd TIPC address as address type and use it in TIPC.
2005-12-01 sahlbergadd dissection of FSCTL_GET_SHADOW_COPY_DATA
2005-12-01 sahlbergswap in/out to be more consistent with sane naming...
2005-12-01 sahlbergstart implementing an ioctl dispatcher for different...
2005-12-01 sahlbergadd decoding of some ioctl names copied from packet...
next