| Commit message (Expand) | Author | Age | Files | Lines |
* | Just have "pcap_dispatch()" cons up a "strut pcap_pkthdr" and call | Guy Harris | 2002-06-07 | 1 | -46/+38 |
* | Have a common routine for doing the packet counter stuff, rather than | Guy Harris | 2002-06-07 | 1 | -68/+37 |
* | Pass the captured length, not the full length, to the "capture_" | Guy Harris | 2002-06-07 | 1 | -10/+17 |
* | Put the stuff to add the "Illegal {fragment,segment}" item to the Info | Guy Harris | 2002-06-07 | 1 | -21/+19 |
* | Add "show_fragment_seq_tree()", which is like "show_fragment_tree()", | Guy Harris | 2002-06-07 | 13 | -458/+315 |
* | Add a new error for attempts to open a pipe or FIFO for random access. | Guy Harris | 2002-06-07 | 4 | -24/+54 |
* | Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't set | Guy Harris | 2002-06-07 | 21 | -183/+109 |
* | Fixed another bug in RRPCN. | Tim Potter | 2002-06-07 | 1 | -23/+59 |
* | BSD/OS Frame Relay packets just begin with the Frame Relay header, so | Guy Harris | 2002-06-07 | 1 | -17/+4 |
* | A printer port name is a notification string, not a two word value. | Tim Potter | 2002-06-07 | 1 | -6/+5 |
* | Keep an invalid packet length from overflowing a data buffer. | Gerald Combs | 2002-06-06 | 1 | -1/+9 |
* | From Michael Tuexen: remove the old workaround for "select()"s not | Guy Harris | 2002-06-06 | 1 | -14/+1 |
* | Use "phtons()", not "htons()", just as we use "pntohs()" rather than | Guy Harris | 2002-06-06 | 1 | -2/+2 |
* | more dissection of flags, break out into subs | Nathan Neulinger | 2002-06-06 | 2 | -41/+74 |
* | Properly check for unknown RSVP message types. | Guy Harris | 2002-06-06 | 1 | -19/+50 |
* | Support the Solaris+SunATM libpcap capture file type (not yet checked | Guy Harris | 2002-06-06 | 1 | -14/+241 |
* | Dissect spoolss FCPN. Not sure what it stands for. | Tim Potter | 2002-06-06 | 1 | -2/+47 |
* | Implemented ReplyClosePrinter(). | Tim Potter | 2002-06-06 | 1 | -14/+85 |
* | From Martin Gignac: make the MMS heuristic dissector recognize packets | Guy Harris | 2002-06-05 | 1 | -3/+5 |
* | From Martin Gignac: fix some values to match the | Guy Harris | 2002-06-05 | 1 | -5/+5 |
* | add support for bitfield of global session options, nt proto options, and con... | Nathan Neulinger | 2002-06-05 | 1 | -7/+230 |
* | Updated NDMP and ONC RPC services to use the new function to display | Ronnie Sahlberg | 2002-06-05 | 3 | -20/+56 |
* | Added show_fragment_tree() to reassemble. This function will do the common | Ronnie Sahlberg | 2002-06-05 | 5 | -207/+196 |
* | Implemented RRPCN (RemotePrinterChangeNotification). | Tim Potter | 2002-06-05 | 1 | -25/+116 |
* | Added dissect_ndr_uint16s() utility function for dissecting a buffer | Tim Potter | 2002-06-05 | 2 | -2/+49 |
* | Converted all reply functions to use dissect_doserror() instead of | Tim Potter | 2002-06-05 | 1 | -159/+688 |
* | Added a whole lot of print notification constants. | Tim Potter | 2002-06-05 | 1 | -1/+117 |
* | Change bvlc_result_name() and bvlc_function_name() to value_strings. | Gerald Combs | 2002-06-05 | 1 | -34/+30 |
* | From Michael Tuexen: treat Darwin/MacOS X like the other BSDs, as its | Guy Harris | 2002-06-04 | 1 | -3/+3 |
* | The "sequential_close" routine for a capture file type, if it has one, | Guy Harris | 2002-06-04 | 1 | -3/+5 |
* | The frame table isn't needed once we've made a sequential pass through | Guy Harris | 2002-06-04 | 1 | -3/+17 |
* | From Graeme Hewson: varargs code cleanup in "simple_dialog.c". | Guy Harris | 2002-06-04 | 2 | -1/+3 |
* | From Graeme Hewson: | Guy Harris | 2002-06-04 | 2 | -55/+49 |
* | Clean up white space. | Guy Harris | 2002-06-04 | 1 | -2/+2 |
* | Get rid of the "data_src" member of the "frame_data" structure; put it | Guy Harris | 2002-06-04 | 30 | -153/+136 |
* | From Martin Gignac: fix the "cc" field. | Guy Harris | 2002-06-03 | 2 | -3/+3 |
* | Require that the LMP and RSVP message types be greater than 0. | Gerald Combs | 2002-06-02 | 2 | -5/+13 |
* | Mark a frame invalid if its message type value exceeds | Gerald Combs | 2002-06-02 | 1 | -2/+9 |
* | Mark frames with a subvector length of less than one as being invalid. | Gerald Combs | 2002-06-02 | 1 | -1/+11 |
* | TAPI interface. | Ronnie Sahlberg | 2002-06-02 | 2 | -0/+277 |
* | Another small DCERPC interface from the winsows world implemented. TAPI. | Ronnie Sahlberg | 2002-06-02 | 3 | -7/+9 |
* | Install the Diameter DTD and XML files in the "diameter" subdirectory | Guy Harris | 2002-06-01 | 1 | -1/+8 |
* | Install the Diameter DTD and XML files in the "diameter" subdirectory | Guy Harris | 2002-06-01 | 1 | -2/+12 |
* | Put in an update about libpcap 0.7.1 appearing to handle BPF not too | Guy Harris | 2002-05-31 | 1 | -1/+12 |
* | Removed some trailing commas from various DCERPC dissectors. | Tim Potter | 2002-05-31 | 15 | -57/+50 |
* | SMB 0x31 is "Close And Tree Disconnect", not "Close And Tree Discover", | Guy Harris | 2002-05-30 | 1 | -3/+3 |
* | From KevinM, fixes for the L2TP protocol. Incorrect display filter names. | Ronnie Sahlberg | 2002-05-30 | 1 | -13/+13 |
* | Fixed bug when dissectors forgot to eat the array headers for conformant_run==1 | Ronnie Sahlberg | 2002-05-30 | 1 | -7/+28 |
* | From Albert Chin: fix various non-GCC compiler warnings. | Guy Harris | 2002-05-30 | 7 | -14/+14 |
* | Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourth | Guy Harris | 2002-05-30 | 4 | -16/+33 |