aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-10-04Don't assume that every packet has a non-null "call_data" value. FixesGuy Harris1-4/+17
2005-10-03A hash table doesn't *have* to have a value destroy function - and, inGuy Harris1-16/+3
2005-10-03The "extern" in "struct _fragment_items" doesn't do anything, as dataGuy Harris1-1/+1
2005-10-03From Jeff Snyder:Anders Broman4-0/+676
2005-10-03Add dissection of some more OID's and use the #.REGISTER function.Anders Broman1-206/+415
2005-10-03from Yaniv Kaul: add a Preference setting for IP checksum validationUlf Lamping1-35/+44
2005-10-03from Peter Johansson:Ulf Lamping1-1/+1
2005-10-03dissect_rtse_EXTERNAL is already declared in the header as extern.Luis Ontanon1-3/+0
2005-10-03prettify mount,Ronnie Sahlberg1-18/+33
2005-10-03Fix a typo.Anders Broman1-2/+2
2005-10-03From Alejandro Vaquero:Anders Broman3-2/+103
2005-10-03From Graeme LuntAnders Broman9-80/+304
2005-10-02From Graeme LuntAnders Broman1-5/+12
2005-10-02From Jeff SnyderAnders Broman4-42/+339
2005-10-02enhancements COL_INFO output and make bittorrent protocol filterableUlf Lamping1-13/+45
2005-10-02add doxygen comments to column-utils.h and do a slight code cleanupUlf Lamping3-43/+173
2005-10-01one step further... Luis Ontanon3-4/+11
2005-10-01propperly initialize vendor->ett if the vendor is not found while radius_regi...Luis Ontanon1-2/+3
2005-10-01emem.[ch]:Luis Ontanon4-44/+82
2005-09-30Fix bug 492 - the MMSE dissector calls add_content_type() defined in WSP, whichOlivier Biot1-1/+4
2005-09-29I needed to cut'n'paste something more...Luis Ontanon1-1/+6
2005-09-29Update to the latest version of the standard.Anders Broman1-82/+114
2005-09-29make n a guint32 to not wrap around at 65536Anders Broman1-1/+1
2005-09-29add a debugging function that creates a tree exploding the parsed elementsLuis Ontanon2-0/+35
2005-09-29From Mike DuigouAnders Broman1-18/+22
2005-09-29Move the Diameter dictionary files to a "diameter" subdirectory, alongGuy Harris1-3/+3
2005-09-29Make "top_tree" static; nobody else uses it, and if they're both notGuy Harris2-2/+2
2005-09-28fix #480: Change defaults for all reassembling settings to ONUlf Lamping15-20/+20
2005-09-28be more flexible in what's a nameLuis Ontanon1-1/+1
2005-09-28one leak less...Luis Ontanon1-1/+1
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