aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-03-17Fix the display of help information for various --with arguments (forGuy Harris2-57/+51
2005-03-17Apply abartlet@samba.org's "raw NTLMSSP over GSS-SPNEGO" patch.Tim Potter1-6/+15
2005-03-17Clean up.Lars Roland15-2315/+1
2005-03-16Capitalize "Net-SNMP" the way the Net-SNMP project capitalizes it.Guy Harris2-73/+107
2005-03-16Use 0, not NULL, for integer arguments; NULL might be defined as "(void *)0",Guy Harris1-3/+3
2005-03-16Replace malloc()/free() with g_malloc()/g_free().Gerald Combs1-2/+2
2005-03-16Add subversion Id to libethereal.defLars Roland1-0/+3
2005-03-16Remove support for the old plugin api.Lars Roland2-73/+8
2005-03-16Add a comment about where lemon is maintained now.Anders Broman1-0/+4
2005-03-16Have GSS-API subdissectors supply a "data is encrypted" flag to theirGuy Harris4-24/+41
2005-03-16Spell out "G.723".Guy Harris1-1/+1
2005-03-16Check whether we have a first byte before checking it.Guy Harris1-1/+1
2005-03-16Get rid of an unused variable.Guy Harris1-1/+0
2005-03-16Dissect a bit of the payload to, Picture start block and temporal ref.Anders Broman1-7/+50
2005-03-16Fix some comments.Guy Harris1-9/+13
2005-03-16Get rid of some redundant tests that cause compiler warnings.Guy Harris1-8/+8
2005-03-16Dissect some more IE:s and bug fixes.Anders Broman1-35/+518
2005-03-16Try the pt_dissector table also if conversation has been set up with SDP.Anders Broman1-2/+3
2005-03-16Fix a typo in a comment, and get rid of some unused variables, toGuy Harris1-3/+1
2005-03-16Doing a g_assert() that can fail with data that could appear in a packetGuy Harris1-4/+10
2005-03-16Fix a format string vulnerability discovered by Bryan Fulton.Gerald Combs1-1/+1
2005-03-16For UDP output, set the length to 65535 instead of 0.Gerald Combs1-1/+1
2005-03-16IEEE is correct about 00:00:39Jörg Mayer1-1/+0
2005-03-16close potential overflow causing malloc to allocate 0 bytesRonnie Sahlberg1-0/+1
2005-03-16prettify nlm a bitRonnie Sahlberg1-2/+44
2005-03-16make idl2eth able to handle negative case tagsRonnie Sahlberg1-3/+18
2005-03-16decode some more of drsuapiRonnie Sahlberg5-17/+218
2005-03-15jxta updates from duigouRonnie Sahlberg1-463/+1058
2005-03-15fix a compiler warningRonnie Sahlberg1-0/+2
2005-03-15ikev2 support from Shoichi SakaneRonnie Sahlberg2-466/+1151
2005-03-15more idl2eth and drsuapi updatesRonnie Sahlberg4-36/+534
2005-03-15update to idl2eth adding WERROR as a built in typeRonnie Sahlberg3-12/+65
2005-03-14Export another routine that's been asked for at least once.Guy Harris1-0/+1
2005-03-14Routines for Unlicensed Mobile Access(UMA) dissection ( http://www.umatechnol...Anders Broman2-0/+1532
2005-03-14a lot of people dont specify top level pointers in teh idl and justRonnie Sahlberg5-95/+155
2005-03-14from Frederic Peters: bring debian package generation .deb up to dateUlf Lamping18-35/+939
2005-03-14Tagged integers have 4 bytes of data (1 byte of tag, 3 bytes ofGuy Harris1-1/+1
2005-03-14Some VoIP VLAN query and reply fields have a length of 6, not 7, withGuy Harris1-10/+38
2005-03-14Combine the two switch statements on IE type into one; this cleansGuy Harris1-82/+139
2005-03-14Comment changes.Guy Harris1-1/+2
2005-03-14fix typo in name of KINK developerRonnie Sahlberg2-2/+2
2005-03-14updates for drsuapiRonnie Sahlberg4-217/+1584
2005-03-14Don't cruft up the display of the bitmap with "Tag interpretation". Guy Harris1-2/+2
2005-03-14Very first start of a dissection of the VNC (RFB) protocol.Ulf Lamping2-0/+264
2005-03-14fix a bug and add a forward declaration in the example skeleton codeUlf Lamping1-1/+4
2005-03-13Handle the packet headeer for sFlow V5, put in a stub dissector for V5Guy Harris1-24/+64
2005-03-13Don't attempt to get a pointer to the entire tagged field whenGuy Harris1-123/+170
2005-03-13Don't use the result of "format_text()" as a format string argument, asGuy Harris1-1/+1
2005-03-13Get rid of extra semicolon - it might be giving MSVC++ heartburn.Guy Harris1-1/+1
2005-03-13Fix a check for the number of suboptions.Gerald Combs1-5/+2