aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-12-08When checking whether a packet is for a protocol or not, make sure theGuy Harris1-27/+71
2005-12-08Regenerate, so that it handles OIDs as FT_OID.Guy Harris2-25/+31
2005-12-08Squelch a const vs. non-const pointer warning.Guy Harris2-4/+4
2005-12-08From Kyle J. Harms:Guy Harris1-326/+383
2005-12-08add decoding of the share type that metze found in the tree connect responseRonnie Sahlberg1-3/+25
2005-12-08Also add the new dissectorsAnders Broman2-0/+2495
2005-12-08Commit the actual diissectors:Anders Broman9-576/+184
2005-12-07Avoid dereferencing pointers to the message, context and transaction object i...Luis Ontanon1-3/+20
2005-12-07libethereal: add capture_encAnders Broman2-16/+157
2005-12-07tap the ntlmssp protocol and extract the account/domain names when users auth...Ronnie Sahlberg2-4/+139
2005-12-07new function fetch_tapped_data()Ronnie Sahlberg2-0/+45
2005-12-07make ntlmssp tappableRonnie Sahlberg2-15/+36
2005-12-07Fix some more scaled-fixed-point values, and have a 2-byte spare fieldGuy Harris1-6/+6
2005-12-07Fix oroperties, get rid of CRs.Guy Harris1-3630/+3630
2005-12-07Squelch a narrowing-conversion warning.Guy Harris1-1/+1
2005-12-07Why duplicate the code of "tvb_get_string()" when you could just useGuy Harris1-29/+29
2005-12-07Don't export stuff if no other dissector uses it. "Static unlessGuy Harris1-152/+152
2005-12-07Fix indentation.Guy Harris1-36/+53
2005-12-07Unicode considered unnecessary and non-portable. Avoid using non-ASCIIGuy Harris1-597/+591
2005-12-07From Martin M various updates and fixesRonnie Sahlberg3-4/+12
2005-12-07From Jelmer V AIM bugfixRonnie Sahlberg1-6/+4
2005-12-06Squelch some compiler const vs. non-const warnings.Guy Harris8-28/+40
2005-12-06Clean up capture_enc(), export it, and use it in the capture window.Guy Harris3-15/+39
2005-12-06The keys for entries in the OID-to-name hash table are g_mallocated, soGuy Harris1-0/+6
2005-12-06Set svn:keywords to Id to get RCS IDs expanded.Guy Harris2-137/+137
2005-12-06g_hash_table_new_full() does not exist for glib1Ronnie Sahlberg1-1/+1
2005-12-06It crashed when keep_persistent_data == FALSELuis Ontanon1-36/+43
2005-12-06- Fix few issues with context analysisLuis Ontanon2-527/+773
2005-12-06Fill in Column info, Dissect some more user info.Anders Broman1-23/+121
2005-12-06Dissect Cause and use %(DEFAULT_BODY)s use import for IMSI.Anders Broman2-61/+80
2005-12-06mark unused parameterTomas Kukosa1-1/+1
2005-12-06OBJECT IDENTIFIER name resolution moved to oid_resolv.cTomas Kukosa8-68/+165
2005-12-06protocol discriminator byte has to be taken into info_element_lenTomas Kukosa1-1/+1
2005-12-06Note what we have to be careful of before we start using Unicode in theGuy Harris1-1/+8
2005-12-06from Kyle HarmsRonnie Sahlberg1-341/+285
2005-12-06objectid updatesRonnie Sahlberg1-15/+14
2005-12-05From Grame Lunt:Anders Broman6-121/+1753
2005-12-05updates for FILE_OBJECTID_BUFFER and have smb call this (no more unknown by...Ronnie Sahlberg3-49/+39
2005-12-05From Kyle J HarmsRonnie Sahlberg2-0/+8583
2005-12-05If we don't have the OID name let the SNMP dissector try to get it from the M...Anders Broman2-5/+37
2005-12-04Connection and name manager uses data type hdrAnders Broman1-38/+240
2005-12-04Check for a null blurb pointer for a field, as is done in some otherGuy Harris1-9/+13
2005-12-04Squelch a GCC complaint.Guy Harris1-0/+1
2005-12-03Escape non ascii charactersLuis Ontanon1-0/+6
2005-12-02from Stig B:Ronnie Sahlberg3-5/+22
2005-12-02rtcp fix for sdes_prefix_stringRonnie Sahlberg1-0/+1
2005-12-02From Lukasz ApiecionekAnders Broman1-0/+1
2005-12-02PER dissectors regenerated with FT_OIDTomas Kukosa4-26/+26
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa10-16/+313
2005-12-02check in a version of wkssvc that contains all the constructs of the etehreal...Ronnie Sahlberg1-0/+408