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