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