aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-08-28Make "process_reassembled_data()" do the check for fragmentation notGuy Harris8-114/+79
2003-08-28Add a "reassembled in" field.Guy Harris1-2/+31
2003-08-28It appears that TDS packets do have a sequence number; use that whenGuy Harris1-5/+9
2003-08-28Use "process_reassembled_data()"; this means we get to use common code,Guy Harris1-12/+4
2003-08-28Add an API to let a dissector register a dissector table and field for aGuy Harris2-4/+78
2003-08-28From Giles Scott: Nortel/SynOptics Network Management Protocol support.Guy Harris7-4/+340
2003-08-27Make various lengths unsigned in "dissect_fhandle_data_unknown()", soGuy Harris1-4/+4
2003-08-27From Yaniv Kaul: fix the dissection of TDS7 login packets, and addGuy Harris1-10/+150
2003-08-27The Fibre Channel dissector doesn't have any tables in which itGuy Harris1-5/+1
2003-08-27Use "GPOINTER_TO_INT()" to convert the return value ofGuy Harris1-2/+2
2003-08-27From Richard Urwin:Guy Harris3-100/+117
2003-08-27Fix a typo.Guy Harris2-2/+2
2003-08-27update to the talkers popup list.Ronnie Sahlberg1-61/+130
2003-08-27From Jesper Peterson: fix a typo.Guy Harris1-3/+3
2003-08-27Include <string.h> to get "strlen()" declared.Guy Harris1-1/+2
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez27-82/+496
2003-08-27 Updates for the endpoint talkers thingRonnie Sahlberg9-23/+515
2003-08-26From Jesper Peterson:Guy Harris1-4/+7
2003-08-26The definition of NonStandardParameter is different between H.225 and H.245Ronnie Sahlberg3-70/+89
2003-08-26From Anders Broman, updates and fixes to MEGACORonnie Sahlberg2-231/+337
2003-08-26Make the option to display the internal PER fields default to FALSERonnie Sahlberg1-2/+2
2003-08-26Fix macro logic to allow classical resolution even if we have HAVE_GNU_ADNSGerald Combs1-3/+2
2003-08-26Pass the pointer in the "data" field of the destination address, not aGuy Harris1-2/+2
2003-08-26From Jesper Peterson: support for Endace ERF file format.Guy Harris8-6/+538
2003-08-26From Jesper Peterson:Guy Harris2-0/+5
2003-08-26Note that the SCTP CRC-32c is not the same as the AUTODIN/HDLC/802.xGuy Harris1-1/+9
2003-08-26In "col_set_addr()", don't do anything other than clearing the columnGuy Harris1-1/+3
2003-08-26Make the CRC-32 routines take a tvbuff and a length as arguments.Guy Harris5-14/+15
2003-08-26Fix a typo.Guy Harris1-2/+2
2003-08-26From Jesper Peterson:Guy Harris11-280/+273
2003-08-26Extract the CRC-32 code from the 802.11 dissector into a separate file,Guy Harris6-84/+158
2003-08-26Handle snapshot lengths that cut off *part* of the FCS.Guy Harris1-5/+31
2003-08-26All endpoint talkers table taps use "address_to_str()" as the routine toGuy Harris9-22/+21
2003-08-26Use "address_to_str_buf()" to generate column data for non-resolvedGuy Harris1-68/+32
2003-08-26Include "osi-utils.h" to define "print_nsap_net_buf()".Guy Harris1-1/+2
2003-08-26Create an "address_to_str_buf()" routine, called by "address_to_str()",Guy Harris10-135/+186
2003-08-25From Greg Morris: added support for defragmentation of NDS packets.Guy Harris1-5/+13
2003-08-25From Greg Morris:Guy Harris1-29/+93
2003-08-25From Greg Morris:Guy Harris1-26/+291
2003-08-25From Greg Morris:Guy Harris1-50/+147
2003-08-25From Greg Morris: fix reassembly not to use global variables, and to useGuy Harris1-83/+101
2003-08-25H.263 updates from Niklas Ogren.Guy Harris2-23/+65
2003-08-25From Matthijs Melchior:Guy Harris2-70/+106
2003-08-25Include the header files required by new APIs in the plugin API table.Guy Harris2-2/+8
2003-08-25Update to IO-Stat to put the capture filename on the titlebarRonnie Sahlberg13-40/+100
2003-08-25Due to popular demand:Ronnie Sahlberg1-3/+11
2003-08-25Use "XXX Talkers", rather than "IO-USERS Statistics" and "Type:xxx", asGuy Harris1-5/+11
2003-08-25From Matthijs Melchior:Guy Harris4-108/+120
2003-08-25From Matthijs Melchior: "P" in "PER" stands for "Packed", not "Packet".Guy Harris1-2/+2
2003-08-24Add default development package locations to README.win32. Use zlib 1.1.4Gerald Combs2-3/+20