aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-06-18There's no more need for separate request and response reassembly hashGuy Harris1-143/+150
2002-06-18The offset of the authentication information in a connectionless PDU isGuy Harris1-9/+5
2002-06-17Added dissectors for the request packets of functions NetrConnectionEnum, Net...Ronnie Sahlberg1-5/+554
2002-06-17Added dissection of the requests to functions NetrCharDevQGetInfo, NetrCharDe...Ronnie Sahlberg1-11/+207
2002-06-17Added true_false_string for job status codes.Tim Potter2-10/+227
2002-06-17Added value_string for printer status values.Tim Potter2-3/+382
2002-06-17Don't check for a short frame until we care whether the frame is short;Guy Harris1-5/+2
2002-06-17Add support for reassembly of fragmented connectionless PDUs.Guy Harris1-80/+196
2002-06-17Add #defines for the bits in the flag fields, and a macro to testGuy Harris1-87/+247
2002-06-16Return an error for an invalid class instead of dumping core.Gerald Combs1-2/+8
2002-06-16Forgot again to remove test changes. Must update my testscripts so I dont nee...Ronnie Sahlberg1-2/+2
2002-06-16Added dissectors for the requests for functions NetrCharDevGetInfo, NetrCharD...Ronnie Sahlberg1-12/+308
2002-06-16ALIGN_TO_4_BYTES cleanupRonnie Sahlberg1-15/+3
2002-06-16We must make sure that the ALIGN_TO_4_BYTES macro does not change the offsetRonnie Sahlberg1-2/+10
2002-06-16Forgot to remove one change only used for local testing from last checkinRonnie Sahlberg1-3/+2
2002-06-16Added dissection of the request for NetrCharDevEnum function.Ronnie Sahlberg1-17/+253
2002-06-16Changed one function name that was a duplicate.Ronnie Sahlberg2-4/+4
2002-06-16Handle the "bool" members the same way we handled the members forGuy Harris3-15/+15
2002-06-16From Chris Waters: don't use "bool" as a variable name or structureGuy Harris7-21/+27
2002-06-16Fix "display_unicode_string()" to get the length of the Unicode string,Guy Harris1-17/+46
2002-06-15The enumerated types given in the WTLS spec have values given inGuy Harris1-156/+156
2002-06-15Character set values are in hex in the WSP spec; always display them inGuy Harris1-3/+3
2002-06-15Fixed bug in MAPIRonnie Sahlberg1-2/+5
2002-06-15Put bounds checking into the code in "get_dns_name()" to handle RFC 2673Guy Harris1-4/+42
2002-06-15Added all missing function names.Ronnie Sahlberg2-47/+103
2002-06-13From Graeme Hewson: fix capture-from-pipe not to block when reading fromGuy Harris1-157/+333
2002-06-13Fix some compiler warnings.Guy Harris1-3/+3
2002-06-13Move the entries to map between platform-dependent libpcap link-layerGuy Harris1-117/+125
2002-06-13Add /I$(PCAP_DIR)/include to the list of directories in which to lookGuy Harris1-2/+3
2002-06-13From Bill Fumerola: recognize "Option negotiated failed" error in TFTP.Guy Harris3-1/+7
2002-06-13From Peter Hawkins: make the maximum length argument toGuy Harris1-3/+3
2002-06-13From Peter Hawkins: fix the maximum length argument to "tvb_memcpy()".Guy Harris3-3/+10
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