aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-08-14giop allocates only and never releases the memory from the gmemchunk so repl...Ronnie Sahlberg1-14/+2
2005-08-14the tds dissector were only using a GMemChunk as a simple way to prevent meml...Ronnie Sahlberg1-23/+3
2005-08-14remove two more GMemChunksRonnie Sahlberg1-18/+5
2005-08-14get rid of another two GMemChunksRonnie Sahlberg1-25/+6
2005-08-14Data sources have a lifetime spanning a single packet Ronnie Sahlberg1-18/+2
2005-08-14add dissection of two more SSC commandsRonnie Sahlberg1-55/+135
2005-08-13Use gboolean for Booleans.Guy Harris1-88/+82
2005-08-13Construct the tvbuff for the payload of an 802.3 packet to have theGuy Harris1-28/+11
2005-08-13Properly terminate the string generated for string items.Guy Harris1-7/+11
2005-08-13Get rid of unused variables.Guy Harris1-27/+24
2005-08-13Fix another infinite loop found by randpkt.Gerald Combs1-2/+2
2005-08-13Get rid of an unused variable, don't include tcap.h and remove some redundant...Anders Broman1-5/+0
2005-08-13From Peter Johansson:Anders Broman1-1/+1
2005-08-13Do the sequence number analysis *before* dissecting the payload, so weGuy Harris1-15/+8
2005-08-13get rid of one more gmemchunkRonnie Sahlberg3-44/+2
2005-08-13more gmemchunk -> se_alloc() conversionsRonnie Sahlberg1-31/+4
2005-08-13start converting gmemchunk into se_alloc() in /epanRonnie Sahlberg1-32/+5
2005-08-13some more gmemchunk -> se_alloc() updatesRonnie Sahlberg12-428/+123
2005-08-13gmemchunk -> se_alloc() improvementsRonnie Sahlberg2-38/+6
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg2-65/+8
2005-08-12some gmemchunk -> se_alloc() improvements for tcpRonnie Sahlberg1-72/+12
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg2-39/+5
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg2-37/+6
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg4-82/+13
2005-08-12more gmemchunk -> se_alloc() improvementsRonnie Sahlberg6-163/+24
2005-08-12Fix dissector bug on last element of ESRPJörg Mayer1-6/+13
2005-08-12more gmemchunk->se_alloc() improvementsRonnie Sahlberg2-28/+5
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg2-42/+6
2005-08-12gmemchunk -> se_alloc() updatesRonnie Sahlberg2-36/+6
2005-08-12From Hannes GredlerAnders Broman1-46/+236
2005-08-12Don't try to allocate more than ITEM_LABEL_LENGTH bytes for something we're Gerald Combs1-1/+2
2005-08-12Fix the length that we pass to proto_tree_add_uint_format() so that we don'tGerald Combs1-1/+1
2005-08-12- Bug fix: Show ip-addresses with correct endianess.Jörg Mayer1-22/+125
2005-08-12more gmemchunk -> se_alloc() improvementsRonnie Sahlberg3-61/+11
2005-08-12more gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-35/+5
2005-08-12more gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-22/+3
2005-08-12some more gmemchunk -> se_alloc() improvementsRonnie Sahlberg2-36/+7
2005-08-12remove some unused variables from scsiRonnie Sahlberg2-29/+3
2005-08-12add missing include to scsiRonnie Sahlberg2-28/+5
2005-08-12EDS/EAPS/EPRS mostly finished - several fixmes remainJörg Mayer1-23/+158
2005-08-12add some symbols to libethereal.defRonnie Sahlberg1-0/+2
2005-08-12oops forgot to delete a variableRonnie Sahlberg1-1/+0
2005-08-12 get rid of some unnessecary GMemChunks.Ronnie Sahlberg1-38/+4
2005-08-12Fix handling of ASAP_ENDPOINT_KEEP_ALIVE message.Michael Tüxen1-1/+1
2005-08-12Add beginning of seasonal allocation in addition to the existing ephemeral ...Ronnie Sahlberg3-21/+141
2005-08-12In an "address" structure, "data" is a pointer; dereferencing "&data"Guy Harris1-3/+5
2005-08-12Beginnings of a EDP, ESRP and EAPS dissectorJörg Mayer2-0/+541
2005-08-11avoid throwing a malformed packetLuis Ontanon1-0/+1
2005-08-11Add Extreme OUI, reorder alphabeticallyJörg Mayer1-6/+7
2005-08-11From Rene Pilz:Anders Broman1-6/+9