aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2004-09-02change result code names to be the same as in the LDAP standardRonnie Sahlberg1-43/+44
2004-09-01Use the value for the UNIX epoch from RFC 868 for the difference betweenGuy Harris1-1/+1
2004-09-01Get rid of some unused variables.Guy Harris1-2/+4
2004-08-31break out the nt decryption and password handling into a separate functionRonnie Sahlberg2-50/+65
2004-08-30Pass an "address *" to "rtp_add_address()" and "rtcp_add_address()", soGuy Harris8-75/+77
2004-08-30Add a key origin string for kerberos keysRonnie Sahlberg1-12/+28
2004-08-30For protocols running atop TCP and PDUs spanning multiple segmentsRonnie Sahlberg1-2/+2
2004-08-30Reintroduce the three previously removed iscsi header digest preference opti...Ronnie Sahlberg1-0/+6
2004-08-29remove two preference options related to iscsi header digestRonnie Sahlberg1-68/+60
2004-08-29finalize refactoring of conversation handling.Ronnie Sahlberg1-10/+70
2004-08-29move the conversation find and create into dissect_iscsi() from dissect_iscsi...Ronnie Sahlberg1-64/+58
2004-08-28indentation change to make dissect_iscsi() easier to readRonnie Sahlberg1-77/+74
2004-08-28ISCSI Login Request and Login Response never contain any HeaderDigestsRonnie Sahlberg1-8/+2
2004-08-28fix the bug introduced in the window scaling update, dontRonnie Sahlberg1-2/+4
2004-08-26Clean up white space.Guy Harris1-11/+9
2004-08-26Update the I-D name.Guy Harris1-1/+1
2004-08-26fix to that long outstanding bug with windowscalingRonnie Sahlberg1-1/+36
2004-08-26From Greg Morris:Guy Harris1-11/+3
2004-08-25Add the optional 13th tag to the KRB_ERR structure.Ronnie Sahlberg1-1/+29
2004-08-25Prettify the principal name expansion to make it look more like normal kerber...Ronnie Sahlberg1-1/+4
2004-08-25Newer version of Luis Ontanon's patch.Guy Harris1-82/+80
2004-08-25From Luis Ontanon:Anders Broman1-5/+127
2004-08-24Fix the InfoQueryEASize infolevel for SetPathInfo and QueryPathInfo SMB'sRonnie Sahlberg1-4/+9
2004-08-24From Remi Denis-Courmon: fix some problems with the decoding of TeredoGuy Harris1-124/+195
2004-08-23Register SIP as a dissector to be able to do:Anders Broman1-0/+1
2004-08-23Set the parameter item for called party number, calling party number,Guy Harris1-25/+20
2004-08-23Don't save the decrypted data on the first pass and use it on subsequentGuy Harris1-99/+41
2004-08-22Add the changes promised in the earlier checkin:Anders Broman1-9/+15
2004-08-22Propset eol-style and keywordsJörg Mayer1-1/+1
2004-08-22We don't need a variable to hold the sequence number any more - justGuy Harris1-3/+1
2004-08-22Use "tvb_get_ntoh64()", now that we have it.Guy Harris1-5/+1
2004-08-22From Kelly Byrd: DAAP support.Guy Harris3-1/+415
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris8-87/+53
2004-08-21Missed the second case in last changeJörg Mayer1-1/+1
2004-08-21The chaddr element is always 16 bytes in size, although only hlen bytes are usedJörg Mayer1-1/+3
2004-08-21Replaced the column string [Reassembled TCP] by [TCP segment of a reassembled...Ulf Lamping1-2/+2
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping51-130/+178
2004-08-20From Matthew Bradley: add filterable fields for the COTP TPDU numbersGuy Harris1-28/+57
2004-08-19From Luis Ontanon: add some fields for filtering r packet-isup which adds A,...Anders Broman1-1/+26
2004-08-19MSVC++ doesn't understand that "64_bit_integer % 10000000" fits in anGuy Harris1-1/+1
2004-08-19Use "G_GINT64_CONSTANT()" for 64-bit integral constants, rather thanGuy Harris1-1/+1
2004-08-18Don't assume that if we find a conversation that we've set a dissectorGuy Harris2-49/+53
2004-08-18Samba's smbclient doesn't put the extra stuff after the list of names inGuy Harris1-6/+11
2004-08-17Don't give up on the entire DHCPv6 packet if we find an error inGuy Harris1-9/+19
2004-08-16Don't do the FILETIME->nstime_t conversion in floating point, as itGuy Harris1-13/+18
2004-08-16cast define of TIME_T_MIN and TIME_T_MAX to (time_t), as MSVC seems to have p...Ulf Lamping2-6/+6
2004-08-16From Ronnie Sahlberg: update the fs attributes to be more complete andGuy Harris1-15/+120
2004-08-16From Ronnie Sahlberg: add dissection of the Teletext string type to theGuy Harris1-9/+18
2004-08-16Whenever we call "dhcpv6_option()", check to make sure it didn't setGuy Harris1-10/+21
2004-08-16From Martin Mathieson:Guy Harris1-39/+55