aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-04-13make-manuf:Jörg Mayer3-184/+104
2003-04-12Missing file from previous commitRonnie Sahlberg1-29/+165
2003-04-12Rewrite the DCERPC over SMB reassembly completely.Ronnie Sahlberg2-87/+22
2003-04-12From Jeff Morriss: don't put stuff in the Info column if a subdissectorGuy Harris2-15/+38
2003-04-12Some packets (the ones I've seen have a datastream type ofGuy Harris1-1/+2
2003-04-12An SPX packet is not a retransmission of an earlier packet unless theGuy Harris1-59/+92
2003-04-12Fix a typo.Guy Harris1-2/+2
2003-04-12You can't put an FT_FRAMENUM into the tree with a length of -1, so, forGuy Harris1-2/+7
2003-04-11From Jeff Morriss: rather than re-initializing the Info column with eachGuy Harris2-6/+54
2003-04-10From Jeff Morriss: add support for the Chinese ITU variant of SS7.Guy Harris6-183/+319
2003-04-10From Anders Broman: decode ISUP element User service info as Q.931Guy Harris1-2/+5
2003-04-10The NT Security Descriptor revision field is only one byte, not two.Ronnie Sahlberg1-6/+10
2003-04-10Some COL_INFO goodies for SpoolssWritePrinter.Tim Potter1-2/+11
2003-04-10From David Frascone: use a string constant rather than a global variableGuy Harris1-6/+2
2003-04-09Make the individual flag bits in the Connection Control field of the SPXGuy Harris3-53/+110
2003-04-09Instead of using passing the SPX hash value to subdissectors, attach toGuy Harris3-74/+115
2003-04-09Update for NSIS 2.0Gerald Combs1-5/+10
2003-04-09Squelch a compiler warning - the problem "should not happen", as aGuy Harris1-2/+2
2003-04-09From Tom Uijldert: properly decode the packet sequence number in WTPGuy Harris1-2/+2
2003-04-09Update to WriteAndX request decoding so it can handle the pipe bits properly.Ronnie Sahlberg1-2/+21
2003-04-09Added new field reassembled_in to the fragment data structure.Ronnie Sahlberg2-3/+11
2003-04-09Fix some spelling/punctuation/capitalization/etc. errors.Guy Harris1-12/+12
2003-04-09Don't create a protocol tree or do anything to the columns beforeGuy Harris2-32/+37
2003-04-09Clean up the handling of the completion code.Guy Harris1-7/+8
2003-04-08Add "proto_tree_add_none_format()" to the set of functions exported toGuy Harris5-5/+10
2003-04-08make-manuf:Jörg Mayer3-6191/+278
2003-04-08When dissecting a reply, don't put the frame number of the correspondingGuy Harris1-6/+5
2003-04-08"ndps_req_hash_cleanup()" doesn't need to do anything (the dataGuy Harris1-15/+5
2003-04-08Get rid of unused "ddp_dissector_table" variable.Guy Harris1-14/+16
2003-04-08Move the definition of the structure constructed for each SPXGuy Harris4-79/+95
2003-04-08From Greg Morris: update the introductory comment, add defragmentationGuy Harris2-974/+7041
2003-04-08From Greg Morris: update the introductory comment, fix the handlingGuy Harris1-6/+9
2003-04-08From Greg Morris: update the introductory comment.Guy Harris1-1/+5
2003-04-08From Greg Morris: update the introductory comment, and flag SPXGuy Harris1-6/+185
2003-04-08From Greg Morris: update the introductory comment.Guy Harris1-1/+5
2003-04-08From Greg Morris: level 2 oplock support, add additional error codes,Guy Harris1-6/+10
2003-04-07Update to reflect the fact that you *HAVE* to have a Windows version ofGuy Harris1-8/+24
2003-04-07Get rid of the other Flex output files, so that they get rebuilt onGuy Harris1-1/+3
2003-04-06Choosing the lower-numbered socket in an IPX packet as the first one toGuy Harris1-17/+30
2003-04-06From emre: add a "Filter out this stream" button to the "Follow TCPGuy Harris3-3/+65
2003-04-06Add a dissector for the IPX WAN protocol. "IPX WAN 2" is just someGuy Harris5-6/+473
2003-04-06We use nothing from "nlpid.h", so we don't need to include it.Guy Harris1-2/+1
2003-04-05Separate the scan for the BGP header from the scan through the BGPGuy Harris2-143/+282
2003-04-03Clean up white space.Guy Harris1-78/+75
2003-04-03Add some additional fields to SMB-over-IPX dissection, as per whatGuy Harris1-6/+26
2003-04-03Add support for SMB-over-IPX.Guy Harris1-28/+78
2003-04-03When dissecting specific rights, pass a name string down so theTim Potter5-37/+54
2003-04-03From Laurent Rabret: add support for Multi Topology Reachable IPv4Guy Harris2-68/+197
2003-04-03Add an extra argument to get_unicode_string() to optionallyTim Potter3-17/+41
2003-04-03Add an extra argument to get_ms_string() so we can optionally passTim Potter3-29/+28