summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-03-14a lot of people dont specify top level pointers in teh idl and justRonnie Sahlberg5-95/+155
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 Sahlberg1-1/+1
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-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-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
2005-03-13Use the tokenizing routines to parse HTTP request and status lines.Guy Harris1-59/+78
2005-03-12some auth padding update from metzeRonnie Sahlberg1-8/+32
2005-03-12the previous drsuapi patch showed how idl2eth can handle embedded arrays just...Ronnie Sahlberg5-82/+181
2005-03-12refine IDLRonnie Sahlberg5-37/+417
2005-03-12from Micheal Duigou: some more doxygen tagsUlf Lamping2-2/+10
2005-03-12fix small bug from previous checkin for fixed arraysRonnie Sahlberg1-1/+9
2005-03-12initial DRSUAPI dissector Ronnie Sahlberg8-104/+9055
2005-03-12warning: function declaration isn't a prototypeJörg Mayer1-1/+1
2005-03-11from Micheal Duigou: add some doxygen tags and some changes to README.developerUlf Lamping3-5/+30
2005-03-11add missing dissector_dump_decodes functionUlf Lamping1-0/+1
2005-03-11Add a "-G decodes" option to ethereal and tethereal which shows theGerald Combs2-0/+61
2005-03-11From Vladimir Kondratiev:Guy Harris1-64/+97
2005-03-11Fix the offset for the system uptime field.Guy Harris1-1/+1
2005-03-11We don't have an SMDS dissector, and it's not clear what dissectorGuy Harris1-1/+14
2005-03-11from metzeRonnie Sahlberg4-305/+320
2005-03-11From Alexandro Vaquero:Guy Harris1-3/+15
2005-03-11Just use "tvb_format_text()" to handle strings - don't roll our ownGuy Harris1-88/+48
2005-03-10Warning fix: no newline at end of fileJörg Mayer1-1/+2
2005-03-10From Alejandro Vaquero:Luis Ontanon8-16/+98
2005-03-10add support to decrypt and dissect sign-and-sealed traffic.Ronnie Sahlberg7-19/+81
2005-03-10add two nice defines for how to decrypt a GSSKRB tvbRonnie Sahlberg2-2/+4
2005-03-10change the signature for the functions to decrypt data for theRonnie Sahlberg3-8/+13
2005-03-09removed some MSVC compiler warnings, mostly I've casted "downsized function p...Ulf Lamping4-8/+8
2005-03-09Add a couple of definitions not present in MIT Kerberos. Fix a compilerGerald Combs1-8/+8
2005-03-09refactor the code to not use heimdal functions to decrypt and unwrap the blob.Ronnie Sahlberg1-173/+124
2005-03-09Set the eol-style and keywords properties.Guy Harris1-13/+11
2005-03-09From Vladimir Kondratiev:Guy Harris1-7/+61
2005-03-09Comment out a routine that's not currently being used.Guy Harris1-0/+2
2005-03-09From Ricardo Muggli: decode the voice VLAN field in CDP packets.Guy Harris1-4/+10
2005-03-09add helper to compute the md5 hmacRonnie Sahlberg2-0/+66
2005-03-09Updates from Abhijit Menon-Sen.Guy Harris1-25/+18
2005-03-09Fix the properties.Guy Harris1-1/+1
2005-03-09Squelch some compiler warnings if we don't have Kerberos.Guy Harris1-1/+11
2005-03-09"time_t", not "timer_t".Guy Harris1-1/+1
2005-03-08use the rc4 functions from epan/crypt-rc4 instead of those in heimdalRonnie Sahlberg1-20/+13
2005-03-08New protocol : KINKRonnie Sahlberg2-0/+900
2005-03-08remove some dependencies of libgssapiRonnie Sahlberg1-4/+52