aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-09-28tvbparse.[ch]:Luis Ontanon3-30/+88
2005-09-28Handle sigcomp over TCP.Anders Broman1-24/+220
2005-09-28Updates for foundry addresses/protocolsJörg Mayer2-0/+5
2005-09-28It's the UDVM_MEMORY_SIZE that should be checked.Anders Broman1-2/+2
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris17-11/+22
2005-09-28Don't change the Info column if we have an unknown opcode; we've alreadyGuy Harris1-2/+0
2005-09-28Note that we should redo the handling of OIDs whenGuy Harris1-0/+2
2005-09-28The TRY_TO_FAKE_THIS_ITEM() speed optimization has a side effect in that itOlivier Biot1-0/+4
2005-09-28make sure we tell tvbparse_until() to include the last token.Luis Ontanon1-2/+1
2005-09-28update tpgLuis Ontanon2-4/+4
2005-09-27in tvbparse:Luis Ontanon3-90/+123
2005-09-27http_dissector_add doesn't belong here!Luis Ontanon1-7/+1
2005-09-27Op Code 3 (Advertisement) dissectionJörg Mayer1-41/+166
2005-09-27TPG TVB Parser GeneratorLuis Ontanon2-0/+177
2005-09-27new option whether tunnelled H.245 and tunnelled protocol are displayed insid...Tomas Kukosa1-4/+16
2005-09-27remove all strcpy from fcelsRonnie Sahlberg2-130/+251
2005-09-27bug in dissect_per_object_identifier_str() fixed, wrong pointer was passed to...Tomas Kukosa1-1/+1
2005-09-27get rid of warnings about qualifier discardingTomas Kukosa2-7/+7
2005-09-27- Make the reassemble TCP preference default TRUE.Anders Broman2-3/+3
2005-09-27Give more details about too-short AVPs, give up immediately for AVPsGuy Harris1-40/+36
2005-09-26Part 2 of the fix: also add the correct offset for non-WSP address records.Olivier Biot1-0/+2
2005-09-26Make "REPORT_DISSECTOR_BUG()" (and the macros that use it) callGuy Harris1-1/+6
2005-09-26Fix WSP redirect and SIR address parsing:Olivier Biot1-3/+15
2005-09-26Remove dependencies on asn1.c, stil endes to be included to define subid_t.Anders Broman2-36/+38
2005-09-26remove all strcpy() from packet-fc.cRonnie Sahlberg1-154/+73
2005-09-26Add a new "ipxnet" type for the RADIUS dictionary, for IPX networkGuy Harris3-228/+346
2005-09-26Use VENDOR_THE3GPP, rather than a hardcoded 10415, for the vendor ID forGuy Harris1-1/+2
2005-09-26From Martin Mathieson:Anders Broman2-35/+123
2005-09-25A loop processing all the bytes in a tvbuff from a given offset to theGuy Harris1-17/+7
2005-09-25Show unsigned quantities as such.Guy Harris1-2/+2
2005-09-25If "dissect_dcerpc_cn()" throws an exception when called byGuy Harris1-0/+5
2005-09-25test the avp_vsa_len not the avp_lenght!Luis Ontanon1-1/+1
2005-09-25Don't ASSERT if a VSA is too short, add an item reporting the error and leave.Luis Ontanon1-1/+7
2005-09-25remove some redundant code that would always evaluate to true anyway.Ronnie Sahlberg1-3/+3
2005-09-24prettify the previous patchRonnie Sahlberg1-48/+113
2005-09-24refactor the "dissector" for task management flags to dissect the bits properlyRonnie Sahlberg1-52/+130
2005-09-24remove an array from the stack, remove some strcpy() and strcat() callsRonnie Sahlberg1-16/+15
2005-09-24get rid of one array from the stack and convert all strcpy() to pointers to l...Ronnie Sahlberg1-16/+17
2005-09-24Squelch some compiler warnings.Guy Harris1-5/+5
2005-09-24get rid of most dtd leaks.Luis Ontanon3-47/+124
2005-09-24That code was never even compiled for testingJörg Mayer1-1/+0
2005-09-24Shoichi Sakane:Jörg Mayer1-25/+60
2005-09-24- There can be '/' in attribute names as wellLuis Ontanon2-29/+79
2005-09-23From MartinMRonnie Sahlberg1-37/+11
2005-09-23From KaulRonnie Sahlberg1-5/+5
2005-09-23Dont decrement the length by 2 if it is already less than twoRonnie Sahlberg1-0/+1
2005-09-23as tvb functions are frequently used by a lot of dissectors, use DISSECTOR_AS...Ulf Lamping1-55/+55
2005-09-23show the same [Packet size limited during capture] message in the column info...Ulf Lamping1-1/+1
2005-09-23when I've done the last change here, I wasn't expecting to get an fcs_len val...Ulf Lamping1-1/+3
2005-09-23remove some compiler warningsRonnie Sahlberg1-10/+10