aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add in names for NDS verbs, from a list found by a Web search that foundGuy Harris2002-06-091-5/+103
* From John Wells: Fix the default offset adjustment in dissect_mip_extentions.Gerald Combs2002-06-093-2/+7
* When looking for dissectors for the source and destination port numbersGuy Harris2002-06-083-25/+103
* Tweak some of the "levels" arguments to properly decorate the protocolGuy Harris2002-06-081-5/+8
* Updates to netshareenumall to correctly decode reply packetsRonnie Sahlberg2002-06-071-151/+321
* From Martin Gignac: fix the handling of From: headers to properlyGuy Harris2002-06-071-5/+4
* Add a Wiretap routine to process packets captured via libpcap, possiblyGuy Harris2002-06-079-50/+247
* Fix the decode of NCP 8701.Gilbert Ramirez2002-06-071-72/+86
* Don't call "tvb_strsize(tvb, offset)" if we know there's nothing *at*Guy Harris2002-06-071-6/+15
* Use "tvb_memcpy()" rather than "strncpy()" with a "tvb_get_ptr()"Guy Harris2002-06-071-7/+6
* 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