aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2002-06-03From Martin Gignac: fix the "cc" field.Guy Harris2-3/+3
2002-06-02Require that the LMP and RSVP message types be greater than 0.Gerald Combs2-5/+13
2002-06-02Mark a frame invalid if its message type value exceedsGerald Combs1-2/+9
2002-06-02Mark frames with a subvector length of less than one as being invalid.Gerald Combs1-1/+11
2002-06-02TAPI interface.Ronnie Sahlberg2-0/+277
2002-06-02Another small DCERPC interface from the winsows world implemented. TAPI.Ronnie Sahlberg3-7/+9
2002-06-01Install the Diameter DTD and XML files in the "diameter" subdirectoryGuy Harris1-1/+8
2002-06-01Install the Diameter DTD and XML files in the "diameter" subdirectoryGuy Harris1-2/+12
2002-05-31Put in an update about libpcap 0.7.1 appearing to handle BPF not tooGuy Harris1-1/+12
2002-05-31Removed some trailing commas from various DCERPC dissectors.Tim Potter15-57/+50
2002-05-30SMB 0x31 is "Close And Tree Disconnect", not "Close And Tree Discover",Guy Harris1-3/+3
2002-05-30From KevinM, fixes for the L2TP protocol. Incorrect display filter names.Ronnie Sahlberg1-13/+13
2002-05-30Fixed bug when dissectors forgot to eat the array headers for conformant_run==1Ronnie Sahlberg1-7/+28
2002-05-30From Albert Chin: fix various non-GCC compiler warnings.Guy Harris7-14/+14
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris4-16/+33
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris2-10/+27
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris14-37/+66
2002-05-30Don't assume that just because a purported font name begins with "-"Guy Harris1-4/+23
2002-05-30Removed debugging fprintf calls.Tim Potter1-8/+1
2002-05-29From Martin Gignac: fix Sender-Visibility field to use the rightGuy Harris3-4/+9
2002-05-29AODV6 support, from Antti Tuominen.Guy Harris5-2/+624
2002-05-29Display unsigned quantities with "%u".Guy Harris1-5/+5
2002-05-29Update the item on turning off name resolution to mention the "-N" flagGuy Harris1-8/+18
2002-05-29Java RMI protocol support, from Michael Stiller.Guy Harris6-2/+475
2002-05-29Put the raw data items at the top level in the protocol tree, as was theGuy Harris1-15/+22
2002-05-29From Michal Melerowicz:Guy Harris2-96/+144
2002-05-29From Jochen Friedrich: RFC 2353 SNA-over-LLC-over-UDP support, and RFC 2043Guy Harris4-17/+437
2002-05-29From Olivier Dreux: Add PPP support to GTP.Gerald Combs3-11/+83