aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for Vines IPC.Guy Harris2003-04-182-117/+293
* Add a heuristic dissector table to Vines SPP, use it for dissecting SPPGuy Harris2003-04-173-9/+58
* Add support for VINES-over-802.2 LLC.Guy Harris2003-04-171-12/+109
* Add a small extra check in fragment_add() to make it idempotent.Ronnie Sahlberg2003-04-171-2/+16
* Regularize the Protocol column setting and protocol names, and put theGuy Harris2003-04-171-54/+49
* Update a URL, and note that the Open Group publications are nowGuy Harris2003-04-171-4/+4
* Use "tvb_ensure_length_remaining()" when checking how much data there isGuy Harris2003-04-171-18/+37
* Support SMB as one of the protocols that can run over OSI COTP.Guy Harris2003-04-171-1/+2
* When processing the device identification page of vital product data,Guy Harris2003-04-161-23/+64
* From Olivier Biot: add more (WB)XML DTDs from WINA.Guy Harris2003-04-161-1/+19
* Update packet-ip.c to print the identification number in decimal as well as h...Ronnie Sahlberg2003-04-161-2/+2
* Register RPC as dissector for both TCP and UDP port 111 which is used by ONC-...Ronnie Sahlberg2003-04-161-1/+13
* From Lars Roland:Guy Harris2003-04-1615-129/+709
* From Stephen Shelley: full payload dissection of compliance levels 0, 1Guy Harris2003-04-163-186/+480
* Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris2003-04-165-22/+30
* Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris2003-04-166-37/+143
* Don't format a string into a buffer with "snprintf()" and then useGuy Harris2003-04-151-4/+3
* Have separate fields for the COTP and CLTP PDU types.Guy Harris2003-04-151-77/+70
* From Laurent Meyer: add filterable fields to COTP.Guy Harris2003-04-152-48/+77
* Put in a comment noting that the reassembly code assumes subdissectorsGuy Harris2003-04-151-2/+8
* When dissecting a SYSTEM_TIME, include the milliseconds in the top-levelGuy Harris2003-04-151-5/+6
* Don't put "[DCE/RPC fragment]" into the Info column if the packet isn'tGuy Harris2003-04-151-5/+7
* From Didier Gautheron: more getserverinfo decoding.Guy Harris2003-04-151-6/+50
* From Devin Heitmueller: dissect the "List" subtype in the Server StoredGuy Harris2003-04-151-4/+139
* Keep the two sides of a pipe separate when doing DCERPC-over-a-pipeGuy Harris2003-04-141-6/+19
* From Anders Broman: dissect user-to-user IEs in ISUP messages as Q.931Guy Harris2003-04-144-4/+10
* Add a new routine "dissect_file_data_maybe_dcerpc()" to handle fileGuy Harris2003-04-141-71/+38
* Fix up some comments.Guy Harris2003-04-141-6/+16
* Reassembly of DCE/RPC fragments for Request packets was slightly broken.Ronnie Sahlberg2003-04-141-131/+183
* The two extra bytes in the write_andx request is only present if bothRonnie Sahlberg2003-04-141-6/+16
* Don't show a string for datastream types other than the ones known toGuy Harris2003-04-141-7/+21
* Use symbolic names for the various write mode bits.Guy Harris2003-04-141-14/+28
* "dcerpc_fragment_table" is used only in packet-smb-pipe.c, except forGuy Harris2003-04-133-16/+16
* Update FAQ to April 10thJörg Mayer2003-04-132-242/+414
* make-manuf:Jörg Mayer2003-04-133-184/+104
* Missing file from previous commitRonnie Sahlberg2003-04-121-29/+165
* Rewrite the DCERPC over SMB reassembly completely.Ronnie Sahlberg2003-04-122-87/+22
* From Jeff Morriss: don't put stuff in the Info column if a subdissectorGuy Harris2003-04-122-15/+38
* Some packets (the ones I've seen have a datastream type ofGuy Harris2003-04-121-1/+2
* An SPX packet is not a retransmission of an earlier packet unless theGuy Harris2003-04-121-59/+92
* Fix a typo.Guy Harris2003-04-121-2/+2
* You can't put an FT_FRAMENUM into the tree with a length of -1, so, forGuy Harris2003-04-121-2/+7
* From Jeff Morriss: rather than re-initializing the Info column with eachGuy Harris2003-04-112-6/+54
* From Jeff Morriss: add support for the Chinese ITU variant of SS7.Guy Harris2003-04-106-183/+319
* From Anders Broman: decode ISUP element User service info as Q.931Guy Harris2003-04-101-2/+5
* The NT Security Descriptor revision field is only one byte, not two.Ronnie Sahlberg2003-04-101-6/+10
* Some COL_INFO goodies for SpoolssWritePrinter.Tim Potter2003-04-101-2/+11
* From David Frascone: use a string constant rather than a global variableGuy Harris2003-04-101-6/+2
* Make the individual flag bits in the Connection Control field of the SPXGuy Harris2003-04-093-53/+110
* Instead of using passing the SPX hash value to subdissectors, attach toGuy Harris2003-04-093-74/+115