aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2005-03-19make idl2eth handle 8bit bitmapssahlberg8-483/+1764
2005-03-19bugfix to idl2eth : handle the case when pointers were not explicitely specifiedsahlberg8-451/+1222
2005-03-18fix a string in the hf fieldssahlberg1-1/+1
2005-03-18From Jeff Morris: Display PC structured.tuexen2-5/+12
2005-03-18From Jeff Morris: display protocol class at parameter level.tuexen1-3/+4
2005-03-18from Ming Zhangsahlberg1-2/+2
2005-03-18only show the Status field in a DataIn PDU if the S bit is set.sahlberg1-1/+3
2005-03-18Increase the width of some unsigned ints, so that we don't roll them over.gerald1-11/+11
2005-03-17From Jeff Morriss: use the new range preference type.etxrab1-98/+91
2005-03-17Use "format_text()" on strings fetched from packets.guy1-3/+4
2005-03-17Fix a couple of format string bugs discovered by Bryan Fulton.gerald1-0/+2
2005-03-17iscsi LUNs were reported incorrectly for SCSI Command PDUs when they were not...sahlberg1-22/+23
2005-03-17Use val_to_str instead of indexing a value_string directly. This keeps usgerald1-1/+1
2005-03-17Apply abartlet@samba.org's "raw NTLMSSP over GSS-SPNEGO" patch.tpot1-6/+15
2005-03-16Use 0, not NULL, for integer arguments; NULL might be defined as "(void *)0",guy1-3/+3
2005-03-16Replace malloc()/free() with g_malloc()/g_free().gerald1-2/+2
2005-03-16Have GSS-API subdissectors supply a "data is encrypted" flag to theirguy3-22/+34
2005-03-16Spell out "G.723".guy1-1/+1
2005-03-16Check whether we have a first byte before checking it.guy1-1/+1
2005-03-16Get rid of an unused variable.guy1-1/+0
2005-03-16Dissect a bit of the payload to, Picture start block and temporal ref.etxrab1-7/+50
2005-03-16Fix some comments.guy1-9/+13
2005-03-16Get rid of some redundant tests that cause compiler warnings.guy1-8/+8
2005-03-16Dissect some more IE:s and bug fixes.etxrab1-35/+518
2005-03-16Try the pt_dissector table also if conversation has been set up with SDP.etxrab1-2/+3
2005-03-16Fix a typo in a comment, and get rid of some unused variables, toguy1-3/+1
2005-03-16Doing a g_assert() that can fail with data that could appear in a packetguy1-4/+10
2005-03-16Fix a format string vulnerability discovered by Bryan Fulton.gerald1-1/+1
2005-03-16close potential overflow causing malloc to allocate 0 bytessahlberg1-0/+1
2005-03-16prettify nlm a bitsahlberg1-2/+44
2005-03-16make idl2eth able to handle negative case tagssahlberg1-3/+18
2005-03-16decode some more of drsuapisahlberg5-17/+218
2005-03-15jxta updates from duigousahlberg1-463/+1058
2005-03-15fix a compiler warningsahlberg1-0/+2
2005-03-15ikev2 support from Shoichi Sakanesahlberg1-466/+1147
2005-03-15more idl2eth and drsuapi updatessahlberg4-36/+534
2005-03-15update to idl2eth adding WERROR as a built in typesahlberg3-12/+65
2005-03-14Routines for Unlicensed Mobile Access(UMA) dissection ( http://www.umatechnol...etxrab2-0/+1532
2005-03-14a lot of people dont specify top level pointers in teh idl and justsahlberg5-95/+155
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