aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-05-10- Added support for LMP draft versions -02 and -03 (selectable inAshok Narayanan2-83/+361
2002-05-10Register FT_UINT_BYTES with correct structure.Gilbert Ramirez1-2/+2
2002-05-10Add printer name to COL_INFO for ClosePrinter request.Tim Potter1-53/+799
2002-05-10Added a private data member to the dcerpc_info structure. This secondTim Potter1-1/+2
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez20-880/+11821
2002-05-09Added parsing of PORTMAP GETPORT functions.Ronnie Sahlberg4-27/+75
2002-05-09Process address lengths according to the X.25 spec.Guy Harris1-38/+118
2002-05-09Put in a comment noting that the previous change came from a realGuy Harris1-1/+5
2002-05-09As Ronnie Sahlberg notes, the problem is that the QueryDomainInfoGuy Harris1-14/+3
2002-05-09In at least one capture, a QueryDomainInfo response starts with what is,Guy Harris1-2/+13
2002-05-09Fix another place where the heuristic dissector was checking data beforeGuy Harris1-7/+22
2002-05-09In the heuristic dissector, check to make sure the data being looked atGuy Harris1-3/+15
2002-05-09From Martin Thomas: handle address lengths based on TOA bit in X.25.Guy Harris3-1/+13
2002-05-09Added a routine to dissect a DOS error code. These are used in the spoolssTim Potter2-2/+82
2002-05-08From Didier Gautheron:Guy Harris3-9/+252
2002-05-08From Joerg Mayer:Guy Harris4-0/+4
2002-05-08From Stefan Wenk: SIP heuristic dissector.Guy Harris3-9/+54
2002-05-08Added option to match async NLM MSG with RES packets, to print which MSG pack...Ronnie Sahlberg1-1/+299
2002-05-08From Kan Sasaki: VSA decoding and other changes to RADIUS.Guy Harris3-295/+1387
2002-05-08Added constant and value_string for invalid security descriptor ownerTim Potter2-2/+4
2002-05-07From Chenjiang Hu: use the correct offset when fetching unreservedGuy Harris3-2/+7
2002-05-07Several bugfixes for SAMRRonnie Sahlberg1-39/+15
2002-05-07Added extra check in the function that parses NDR pointers.Ronnie Sahlberg2-2/+60
2002-05-07Traffic with a traffic type of 0x06 is Signalling AAL traffic, includingGuy Harris1-3/+3
2002-05-07Fix up item lengths for policy handle subtree and subitems under it.Tim Potter1-4/+8
2002-05-06Remove the unused "offset_saved" variable, as per the changes toGuy Harris2-2/+0
2002-05-06Get rid of "template_main_dissector_switch_msgtype_end", and get rid ofGuy Harris1-27/+1
2002-05-06From Frank Singleton: fix for the handling of enum types.Guy Harris1-2/+2
2002-05-06Note that not all attribute values are text strings.Guy Harris1-1/+13
2002-05-06Conversations aren't being used, so don't bother includingGuy Harris1-2/+1
2002-05-06Note a problem with "GETSTR".Guy Harris1-2/+11
2002-05-06Note in comments that we should perhaps get all the information forGuy Harris1-1/+34
2002-05-06Fix a typo in a comment.Guy Harris1-10/+32
2002-05-05Remove unused function.Tim Potter1-14/+3
2002-05-05Fix the declaration of pointers to "tcp_dissect_pdus()".Guy Harris1-2/+2
2002-05-05Improve a comment.Guy Harris1-6/+8
2002-05-05Use "gint32" rather than "int32_t"; not all platforms define the later,Guy Harris1-4/+5
2002-05-05Have "tvb_ensure_length_remaining()" directly callGuy Harris1-11/+8
2002-05-05Make "tvb_ensure_length_remaining()" return a "guint" - it can't returnGuy Harris4-16/+25
2002-05-05Put the pointer to "tcp_dissect_pdus()" in the function pointer tableGuy Harris5-14/+16
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris15-915/+557
2002-05-04From Didier Gautheron: put "frame.marked" into the "Frame" subtree, notGuy Harris1-2/+3
2002-05-04From Joerg Mayer: get rid of "-Wno-unused".Guy Harris1-6/+6
2002-05-04Update the dissectors (by hand) to match the changes toGuy Harris2-32/+40
2002-05-04From Joerg Mayer: mark unused arguments as such.Guy Harris1-7/+7
2002-05-04In the generated code, mark possibly-unused arguments as such.Guy Harris1-6/+10
2002-05-04From Joerg Mayer: mark possibly-unused arguments as unused.Guy Harris1-4/+4
2002-05-04From Joerg Mayer: get rid of an unused argument, and flag another asGuy Harris1-6/+5
2002-05-04Check whether "fflush()" succeeds, and clean up and return an error ifGuy Harris1-7/+37
2002-05-04Fix capture-file-specific "close output" routines to check whether theGuy Harris4-100/+124