aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-04-19Run strings through "format_text()" before putting them into items inGuy Harris1-44/+68
2003-04-19The first element in a fragment list isn't a fragment, it's a specialGuy Harris1-14/+26
2003-04-19Squelch a compiler warning.Guy Harris1-7/+8
2003-04-19Fix a typo.Guy Harris1-2/+2
2003-04-18From Thierry Andry: more filterable fields in SNMP.Guy Harris2-23/+60
2003-04-18Show metrics in ARP and RTP as ticks and seconds.Guy Harris1-34/+63
2003-04-18Add some comments about the 0x10 bit in the Flags field of an NTcreate&X.Richard Sharpe1-2/+24
2003-04-180x06 appears to be an opcode for VRTP redirects.Guy Harris1-55/+15
2003-04-18Dissect non-sequenced RTP and ARP, and dissect more of sequenced RTP.Guy Harris1-119/+677
2003-04-18Fix a problem where the RPC tap would not be calledRonnie Sahlberg1-2/+9
2003-04-18Update the ip fragment reassembly so that the subdissector is onlyRonnie Sahlberg1-19/+39
2003-04-18From Stephen Shelley: in the NSIS installer build, use the NET_SNMP_DIRGuy Harris2-6/+4
2003-04-18From Stephen Shelley: remove a TODO comment that describes stuff that'sGuy Harris1-8/+1
2003-04-18In Vines ARP Assignment Response packets, put the address being assignedGuy Harris1-2/+10
2003-04-18Handle non-SNAP LLC Vines packets as such when capturing.Guy Harris1-1/+7
2003-04-18Add support for Vines ICP.Guy Harris1-11/+125
2003-04-18Add support for VINES SRTP (and a stub dissector for RTP).Guy Harris1-13/+138
2003-04-18Add VINES ARP support.Guy Harris2-159/+237
2003-04-18Add support for Vines IPC.Guy Harris2-117/+293
2003-04-17Add a heuristic dissector table to Vines SPP, use it for dissecting SPPGuy Harris3-9/+58
2003-04-17Add support for VINES-over-802.2 LLC.Guy Harris1-12/+109
2003-04-17Add a small extra check in fragment_add() to make it idempotent.Ronnie Sahlberg1-2/+16
2003-04-17Regularize the Protocol column setting and protocol names, and put theGuy Harris1-54/+49
2003-04-17Update a URL, and note that the Open Group publications are nowGuy Harris1-4/+4
2003-04-17Use "tvb_ensure_length_remaining()" when checking how much data there isGuy Harris1-18/+37
2003-04-17Support SMB as one of the protocols that can run over OSI COTP.Guy Harris1-1/+2
2003-04-16When processing the device identification page of vital product data,Guy Harris1-23/+64
2003-04-16From Olivier Biot: add more (WB)XML DTDs from WINA.Guy Harris1-1/+19
2003-04-16Update packet-ip.c to print the identification number in decimal as well as h...Ronnie Sahlberg1-2/+2
2003-04-16Register RPC as dissector for both TCP and UDP port 111 which is used by ONC-...Ronnie Sahlberg1-1/+13
2003-04-16From Lars Roland:Guy Harris15-129/+709
2003-04-16From Stephen Shelley: full payload dissection of compliance levels 0, 1Guy Harris3-186/+480
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris5-22/+30
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris6-37/+143
2003-04-15Don't format a string into a buffer with "snprintf()" and then useGuy Harris1-4/+3
2003-04-15Have separate fields for the COTP and CLTP PDU types.Guy Harris1-77/+70
2003-04-15From Laurent Meyer: add filterable fields to COTP.Guy Harris2-48/+77
2003-04-15Put in a comment noting that the reassembly code assumes subdissectorsGuy Harris1-2/+8
2003-04-15When dissecting a SYSTEM_TIME, include the milliseconds in the top-levelGuy Harris1-5/+6
2003-04-15Don't put "[DCE/RPC fragment]" into the Info column if the packet isn'tGuy Harris1-5/+7
2003-04-15From Didier Gautheron: more getserverinfo decoding.Guy Harris1-6/+50
2003-04-15From Devin Heitmueller: dissect the "List" subtype in the Server StoredGuy Harris1-4/+139
2003-04-14Keep the two sides of a pipe separate when doing DCERPC-over-a-pipeGuy Harris1-6/+19
2003-04-14From Anders Broman: dissect user-to-user IEs in ISUP messages as Q.931Guy Harris4-4/+10
2003-04-14Add a new routine "dissect_file_data_maybe_dcerpc()" to handle fileGuy Harris1-71/+38
2003-04-14Fix up some comments.Guy Harris1-6/+16
2003-04-14Reassembly of DCE/RPC fragments for Request packets was slightly broken.Ronnie Sahlberg1-131/+183
2003-04-14The two extra bytes in the write_andx request is only present if bothRonnie Sahlberg1-6/+16
2003-04-14Don't show a string for datastream types other than the ones known toGuy Harris1-7/+21
2003-04-14Use symbolic names for the various write mode bits.Guy Harris1-14/+28