aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-03-14Tagged integers have 4 bytes of data (1 byte of tag, 3 bytes ofguy1-1/+1
2005-03-14Some VoIP VLAN query and reply fields have a length of 6, not 7, withguy1-10/+38
2005-03-14Combine the two switch statements on IE type into one; this cleansguy1-82/+139
2005-03-14Comment changes.guy1-1/+2
2005-03-14fix typo in name of KINK developersahlberg1-1/+1
2005-03-14updates for drsuapisahlberg4-217/+1584
2005-03-14Don't cruft up the display of the bitmap with "Tag interpretation". guy1-2/+2
2005-03-14Very first start of a dissection of the VNC (RFB) protocol.ulfl2-0/+264
2005-03-13Handle the packet headeer for sFlow V5, put in a stub dissector for V5guy1-24/+64
2005-03-13Don't attempt to get a pointer to the entire tagged field whenguy1-123/+170
2005-03-13Get rid of extra semicolon - it might be giving MSVC++ heartburn.guy1-1/+1
2005-03-13Fix a check for the number of suboptions.gerald1-5/+2
2005-03-13Use the tokenizing routines to parse HTTP request and status lines.guy1-59/+78
2005-03-12some auth padding update from metzesahlberg1-8/+32
2005-03-12the previous drsuapi patch showed how idl2eth can handle embedded arrays just...sahlberg5-82/+181
2005-03-12refine IDLsahlberg5-37/+417
2005-03-12from Micheal Duigou: some more doxygen tagsulfl2-2/+10
2005-03-12fix small bug from previous checkin for fixed arrayssahlberg1-1/+9
2005-03-12initial DRSUAPI dissector sahlberg8-104/+9055
2005-03-12warning: function declaration isn't a prototypejmayer1-1/+1
2005-03-11from Micheal Duigou: add some doxygen tags and some changes to README.developerulfl3-5/+30
2005-03-11add missing dissector_dump_decodes functionulfl1-0/+1
2005-03-11Add a "-G decodes" option to ethereal and tethereal which shows thegerald2-0/+61
2005-03-11From Vladimir Kondratiev:guy1-64/+97
2005-03-11Fix the offset for the system uptime field.guy1-1/+1
2005-03-11We don't have an SMDS dissector, and it's not clear what dissectorguy1-1/+14
2005-03-11from metzesahlberg4-305/+320
2005-03-11From Alexandro Vaquero:guy1-3/+15
2005-03-11Just use "tvb_format_text()" to handle strings - don't roll our ownguy1-88/+48
2005-03-10Warning fix: no newline at end of filejmayer1-1/+2
2005-03-10From Alejandro Vaquero:lego8-16/+98
2005-03-10add support to decrypt and dissect sign-and-sealed traffic.sahlberg7-19/+81
2005-03-10add two nice defines for how to decrypt a GSSKRB tvbsahlberg2-2/+4
2005-03-10change the signature for the functions to decrypt data for thesahlberg3-8/+13
2005-03-09removed some MSVC compiler warnings, mostly I've casted "downsized function p...ulfl4-8/+8
2005-03-09Add a couple of definitions not present in MIT Kerberos. Fix a compilergerald1-8/+8
2005-03-09refactor the code to not use heimdal functions to decrypt and unwrap the blob.sahlberg1-173/+124
2005-03-09Set the eol-style and keywords properties.guy1-13/+11
2005-03-09From Vladimir Kondratiev:guy1-7/+61
2005-03-09Comment out a routine that's not currently being used.guy1-0/+2
2005-03-09From Ricardo Muggli: decode the voice VLAN field in CDP packets.guy1-4/+10
2005-03-09add helper to compute the md5 hmacsahlberg2-0/+66
2005-03-09Updates from Abhijit Menon-Sen.guy1-25/+18
2005-03-09Fix the properties.guy1-1/+1
2005-03-09Squelch some compiler warnings if we don't have Kerberos.guy1-1/+11
2005-03-09"time_t", not "timer_t".guy1-1/+1
2005-03-08use the rc4 functions from epan/crypt-rc4 instead of those in heimdalsahlberg1-20/+13
2005-03-08New protocol : KINKsahlberg2-0/+900
2005-03-08remove some dependencies of libgssapisahlberg1-4/+52
2005-03-08remove the need to include <gssapi.h> from heimdalsahlberg1-22/+21