aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-10-25Put the code to handle NDS ping replies and NDS replies into routines ofGuy Harris1-1246/+1290
2005-10-25From Martin AndréAnders Broman6-26/+982
2005-10-25From Jochen Friedrich Anders Broman1-1/+1
2005-10-25Add missing file ( packet-ftbp.ch)Anders Broman1-0/+2
2005-10-25From Jaap Keuter:Anders Broman1-1/+1
2005-10-25Clean up "print_address()" - fix the indentation, do the check for aGuy Harris1-17/+18
2005-10-24forgot this from the last commitLuis Ontanon1-0/+1
2005-10-24From Graeme Lunt:Anders Broman43-241/+2732
2005-10-24- optionally decode data pdusLuis Ontanon1-91/+140
2005-10-24- packet records with AAL5 Pdus or AAL2 Sdus contain VP/VC and CID info in th...Luis Ontanon2-111/+217
2005-10-24UMTS Node B Application Part(NBAP) packet dissection(3GPP TS 25.433 version 6...Anders Broman9-0/+64966
2005-10-24get rid of a few strcpy and an array from the stackRonnie Sahlberg1-38/+64
2005-10-24Add #defines for NDS tag values, and use them in the definition ofGuy Harris1-34/+51
2005-10-24Don't get caught in an infinite loop if we're stuck at the end of theGuy Harris1-0/+11
2005-10-24Clean up indentation.Guy Harris1-10/+18
2005-10-22Add #defines of NDS protocol types, and use them in the value_string andGuy Harris1-87/+113
2005-10-22Move the ptvcursor.c code to epan/proto, and make ptvcursor_add() handleGuy Harris3-145/+182
2005-10-22Use the somewhat-misnamed "ipv4_addr_and_mask()" andGuy Harris1-12/+11
2005-10-22Update URL for Sniffer manual, and expand a comment a bit.Guy Harris1-3/+4
2005-10-22Don't roll your own code for showing the usual display of bits in aGuy Harris1-11/+6
2005-10-22Add #defines for the DOS Sniffer network types and for various frameGuy Harris2-23/+127
2005-10-21Win32: first steps towards using GTK2.6, add zipfile and dir name definitionsUlf Lamping2-11/+52
2005-10-21Revert 16279.Gilbert Ramirez1-3/+1
2005-10-20From Julian OnionsAnders Broman5-128/+216
2005-10-20From Greg Morris.Gilbert Ramirez1-1/+3
2005-10-20From Greg Morris, patch to allow proper search/filtering ofGilbert Ramirez1-1/+8
2005-10-20From Bruno Deniaud:Anders Broman2-6/+112
2005-10-20Use the right offset when calling packet-gsm_a.c functions.Anders Broman1-9/+9
2005-10-20From Stephen Donovan:Anders Broman1-1/+1
2005-10-20Put back some comments that got removed and that note issues seen withGuy Harris1-0/+28
2005-10-19from Jaap Keuter:Ulf Lamping1-17/+13
2005-10-19At least on Tiger, multiple definitions of an external don't work.Guy Harris1-1/+1
2005-10-19Ethereal doesn't like it when you try to tell it that integers areGerald Combs1-121/+121
2005-10-19From Greg Morris.Gilbert Ramirez3-0/+767
2005-10-19From Greg Morris:Gilbert Ramirez1-4/+17
2005-10-19From Greg Morris:Gilbert Ramirez1-4/+20
2005-10-19From Greg Morris:Gilbert Ramirez7-260/+2500
2005-10-19Point specifically to the CDP information on the various Cisco pages.Guy Harris1-2/+2
2005-10-18Update from samba treeJörg Mayer15-409/+558
2005-10-18Don't pass a null value to strcmp(). Fixes bug 540.Gerald Combs2-10/+12
2005-10-18"aalt5_len" in the ATM pseudo-header is not guaranteed to be set to aGuy Harris1-4/+4
2005-10-18.FN_BODY text gets printf-style expansion done on it, so format stringsGuy Harris4-4/+4
2005-10-17Don't pass -1 as a fragment length to fragment_add_check(). This keepsGerald Combs1-20/+21
2005-10-17don't show the "stopping currently running capture" dialog, as the packet lis...Ulf Lamping1-0/+7
2005-10-17In packet-dcerpc-nt.c, make sure we call init_pol_hash() each time we loadGerald Combs5-282/+282
2005-10-17From Peter JohanssonAnders Broman1-1/+1
2005-10-17When dissecting an ACSE APDU make sure our OID isn't for an ACSE APDUGerald Combs2-13/+25
2005-10-16make sure ta is signed before operatingLuis Ontanon1-1/+1
2005-10-16On windows:Luis Ontanon1-2/+2
2005-10-16Break out of an infinite loop. Fixes bug 535. Remove an unusedGerald Combs1-26/+8