aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-12-13Escape question marks when they could be interpreted as part of aguy1-9/+9
2005-12-13Add tvb_fake_unicode().guy1-0/+1
2005-12-13update the work-in-progress pidl generated wkssvc dissector and add a conform...sahlberg2-40/+52
2005-12-13swap Trip/Close as per bug 579sahlberg1-4/+4
2005-12-13asn2eth.py:gerald1-1/+1
2005-12-12Convert to new style dissector (hopefully done right)jmayer1-13/+11
2005-12-12Dissect type 0x0c as 'remove tag' flagjmayer1-0/+27
2005-12-12Use "guint" instead of "u_int".gerald1-1/+1
2005-12-12Reassmble apm messages.etxrab1-29/+177
2005-12-12From Hannes Gredleretxrab1-12/+312
2005-12-12OK, if we're not going to have our "idl_types.h" different from Samba's,guy2-0/+4
2005-12-12Dissect the management protocol between 3com Netjack200 devices and thejmayer2-0/+486
2005-12-11Updates from samba svnjmayer1-9/+0
2005-12-11Start the function name on a new line to make it easier to searchjmayer1-2/+4
2005-12-11Port some information from yersiniajmayer1-30/+31
2005-12-11implement SMB_FILE_ALL_INFO properly once and for allsahlberg1-73/+50
2005-12-10The Bitmap routine in lib/Parse/Pidl/Ethereal/NDR.pm in Pidl generatesguy8-714/+831
2005-12-09if passed a NULL string, make se_strdup() return the static stringsahlberg1-1/+9
2005-12-09Add packet-nhrp.hetxrab1-0/+1
2005-12-09Fix ...$ to : $jmayer3-3/+3
2005-12-09Maybe Id will work nowjmayer1-1/+1
2005-12-09Update enterprise-numbersjmayer1-131/+2751
2005-12-09Minor bug fixes.etxrab1-15/+9
2005-12-09From: Deepak Jainetxrab5-8/+800
2005-12-09propset svn:executable *jmayer1-0/+0
2005-12-09Add comment how to regenerate the filejmayer1-3/+6
2005-12-09Re-generate one more BER dissector.guy2-14/+15
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.guy75-747/+1345
2005-12-08"get_oid_name()" can return a null pointer; don't try to add the name ifguy1-3/+6
2005-12-08Clean up indentation.guy1-11/+16
2005-12-08When checking whether a packet is for a protocol or not, make sure theguy1-27/+71
2005-12-08Regenerate, so that it handles OIDs as FT_OID.guy2-25/+31
2005-12-08Squelch a const vs. non-const pointer warning.guy2-4/+4
2005-12-08From Kyle J. Harms:guy1-326/+383
2005-12-08add decoding of the share type that metze found in the tree connect responsesahlberg1-3/+25
2005-12-08Also add the new dissectorsetxrab2-0/+2495
2005-12-08Commit the actual diissectors:etxrab9-576/+184
2005-12-07Avoid dereferencing pointers to the message, context and transaction object i...lego1-3/+20
2005-12-07libethereal: add capture_encetxrab2-16/+157
2005-12-07tap the ntlmssp protocol and extract the account/domain names when users auth...sahlberg2-4/+139
2005-12-07new function fetch_tapped_data()sahlberg2-0/+45
2005-12-07make ntlmssp tappablesahlberg2-15/+36
2005-12-07Fix some more scaled-fixed-point values, and have a 2-byte spare fieldguy1-6/+6
2005-12-07Fix oroperties, get rid of CRs.guy1-3630/+3630
2005-12-07Squelch a narrowing-conversion warning.guy1-1/+1
2005-12-07Why duplicate the code of "tvb_get_string()" when you could just useguy1-29/+29
2005-12-07Don't export stuff if no other dissector uses it. "Static unlessguy1-152/+152
2005-12-07Fix indentation.guy1-36/+53
2005-12-07Unicode considered unnecessary and non-portable. Avoid using non-ASCIIguy1-597/+591
2005-12-07From Martin M various updates and fixessahlberg3-4/+12