aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-06-13From Steve Housley: support for the IEEE 802.3ad Link AggregationGuy Harris7-6/+844
2002-06-13Export the new wtap_process_pcap_packet routine.Guy Harris1-0/+1
2002-06-13From Loic Tortay: fix a crash when dissecting AFS authenticationGuy Harris3-2/+7
2002-06-10Add #define HAVE_PCAP_H 1 to config.h.win32.Gilbert Ramirez2-13/+15
2002-06-09Make various text buffers all the same size, so that, for example, weGuy Harris1-6/+8
2002-06-09Add in names for NDS verbs, from a list found by a Web search that foundGuy Harris1-5/+103
2002-06-09From John Wells: Fix the default offset adjustment in dissect_mip_extentions.Gerald Combs3-2/+7
2002-06-08When looking for dissectors for the source and destination port numbersGuy Harris3-25/+103
2002-06-08Tweak some of the "levels" arguments to properly decorate the protocolGuy Harris1-5/+8
2002-06-07Updates to netshareenumall to correctly decode reply packetsRonnie Sahlberg1-151/+321
2002-06-07From Martin Gignac: fix the handling of From: headers to properlyGuy Harris1-5/+4
2002-06-07Add a Wiretap routine to process packets captured via libpcap, possiblyGuy Harris9-50/+247
2002-06-07Fix the decode of NCP 8701.Gilbert Ramirez1-72/+86
2002-06-07Don't call "tvb_strsize(tvb, offset)" if we know there's nothing *at*Guy Harris1-6/+15
2002-06-07Use "tvb_memcpy()" rather than "strncpy()" with a "tvb_get_ptr()"Guy Harris1-7/+6
2002-06-07Just have "pcap_dispatch()" cons up a "strut pcap_pkthdr" and callGuy Harris1-46/+38
2002-06-07Have a common routine for doing the packet counter stuff, rather thanGuy Harris1-68/+37
2002-06-07Pass the captured length, not the full length, to the "capture_"Guy Harris1-10/+17
2002-06-07Put the stuff to add the "Illegal {fragment,segment}" item to the InfoGuy Harris1-21/+19
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris13-458/+315
2002-06-07Add a new error for attempts to open a pipe or FIFO for random access.Guy Harris4-24/+54
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris21-183/+109
2002-06-07Fixed another bug in RRPCN.Tim Potter1-23/+59
2002-06-07BSD/OS Frame Relay packets just begin with the Frame Relay header, soGuy Harris1-17/+4
2002-06-07A printer port name is a notification string, not a two word value.Tim Potter1-6/+5
2002-06-06Keep an invalid packet length from overflowing a data buffer.Gerald Combs1-1/+9
2002-06-06From Michael Tuexen: remove the old workaround for "select()"s notGuy Harris1-14/+1
2002-06-06Use "phtons()", not "htons()", just as we use "pntohs()" rather thanGuy Harris1-2/+2
2002-06-06more dissection of flags, break out into subsNathan Neulinger2-41/+74
2002-06-06Properly check for unknown RSVP message types.Guy Harris1-19/+50
2002-06-06Support the Solaris+SunATM libpcap capture file type (not yet checkedGuy Harris1-14/+241
2002-06-06Dissect spoolss FCPN. Not sure what it stands for.Tim Potter1-2/+47
2002-06-06Implemented ReplyClosePrinter().Tim Potter1-14/+85
2002-06-05From Martin Gignac: make the MMS heuristic dissector recognize packetsGuy Harris1-3/+5
2002-06-05From Martin Gignac: fix some values to match theGuy Harris1-5/+5
2002-06-05add support for bitfield of global session options, nt proto options, and con...Nathan Neulinger1-7/+230
2002-06-05Updated NDMP and ONC RPC services to use the new function to displayRonnie Sahlberg3-20/+56
2002-06-05Added show_fragment_tree() to reassemble. This function will do the commonRonnie Sahlberg5-207/+196
2002-06-05Implemented RRPCN (RemotePrinterChangeNotification).Tim Potter1-25/+116
2002-06-05Added dissect_ndr_uint16s() utility function for dissecting a bufferTim Potter2-2/+49
2002-06-05Converted all reply functions to use dissect_doserror() instead ofTim Potter1-159/+688
2002-06-05Added a whole lot of print notification constants.Tim Potter1-1/+117
2002-06-05Change bvlc_result_name() and bvlc_function_name() to value_strings.Gerald Combs1-34/+30
2002-06-04From Michael Tuexen: treat Darwin/MacOS X like the other BSDs, as itsGuy Harris1-3/+3
2002-06-04The "sequential_close" routine for a capture file type, if it has one,Guy Harris1-3/+5
2002-06-04The frame table isn't needed once we've made a sequential pass throughGuy Harris1-3/+17
2002-06-04From Graeme Hewson: varargs code cleanup in "simple_dialog.c".Guy Harris2-1/+3
2002-06-04From Graeme Hewson:Guy Harris2-55/+49
2002-06-04Clean up white space.Guy Harris1-2/+2
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris30-153/+136