aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-08-12more gmemchunk -> se_alloc() improvementssahlberg3-61/+11
2005-08-12more gmemchunk -> se_alloc() improvementssahlberg1-35/+5
2005-08-12more gmemchunk -> se_alloc() improvementssahlberg1-22/+3
2005-08-12some more gmemchunk -> se_alloc() improvementssahlberg2-36/+7
2005-08-12remove some unused variables from scsisahlberg2-29/+3
2005-08-12add missing include to scsisahlberg2-28/+5
2005-08-12EDS/EAPS/EPRS mostly finished - several fixmes remainjmayer1-23/+158
2005-08-12add some symbols to libethereal.defsahlberg1-0/+2
2005-08-12oops forgot to delete a variablesahlberg1-1/+0
2005-08-12 get rid of some unnessecary GMemChunks.sahlberg1-38/+4
2005-08-12Fix handling of ASAP_ENDPOINT_KEEP_ALIVE message.tuexen1-1/+1
2005-08-12Add beginning of seasonal allocation in addition to the existing ephemeral ...sahlberg3-21/+141
2005-08-12In an "address" structure, "data" is a pointer; dereferencing "&data"guy1-3/+5
2005-08-12Beginnings of a EDP, ESRP and EAPS dissectorjmayer2-0/+541
2005-08-11avoid throwing a malformed packetlego1-0/+1
2005-08-11Add Extreme OUI, reorder alphabeticallyjmayer1-6/+7
2005-08-11From Rene Pilz:etxrab1-6/+9
2005-08-11From W. Borgert:etxrab2-22/+63
2005-08-11Change a switch into an "if else if else if else" that fixes the "too large f...lego1-110/+215
2005-08-11Add checks for infinite loops. Fixes recent Buildbot failures.gerald1-2/+21
2005-08-11Fix for bug 342sahlberg1-0/+9
2005-08-11We use heuristics to detect what MIGHT be onc-rpc packets.sahlberg1-2/+9
2005-08-11fix several bugs where we might dereference a null pointersahlberg1-10/+19
2005-08-11some more tcv_get_stringz() to tvb_get_ephemeral_stringz() conversionssahlberg2-12/+6
2005-08-10Remove proprietary information at the author's request.gerald1-749/+87
2005-08-10ep_tvb_get_string -> tvb_get_ephemeral_stringgerald1-1/+1
2005-08-10Don't overflow a buffer. This might fix bug 327.gerald1-26/+31
2005-08-10When we receive junk data, mark it as a malformed packet instead ofgerald1-8/+14
2005-08-10tvb_get_stringz() to tvb_get_ephemeral_stringz() conversionsahlberg2-5/+1
2005-08-10tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion.sahlberg3-50/+22
2005-08-10convert to tvb_get_ephemeral_stringz() and fix an obvious memleaksahlberg1-1/+1
2005-08-10add new function tvb_get_ephemeral_stringz()sahlberg2-0/+35
2005-08-10convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()sahlberg7-54/+19
2005-08-10rename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() and update ...sahlberg3-26/+26
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg50-128/+134
2005-08-10ememify tywo more tvb_get_string()sahlberg1-4/+2
2005-08-08various code cleanup:ulfl92-466/+156
2005-08-08OK, so Didier was probably right using $^ :-)jmayer1-1/+1
2005-08-08Didier Gautheron:jmayer1-2/+2
2005-08-08Fromsahlberg1-47/+317
2005-08-08updates from Anders Bsahlberg5-2868/+2554
2005-08-08Centralize the code to create the subtree for RSVP objects and to putguy1-416/+279
2005-08-07from Dominique Bastiensahlberg1-2/+2
2005-08-07DHCP Failover runs over TCP; use tcp_dissect_pdus.guy1-635/+627
2005-08-07Fix the spelling of "transferred".guy1-27/+77
2005-08-06If a dissector writer directly throws DissectorError, don't punish theguy3-20/+30
2005-08-06Support throwing an exception with a null message pointer, and have theguy4-16/+65
2005-08-06Increase the size of some variables so that we don't overflow them and loopgerald1-11/+11
2005-08-06Update totuexen2-150/+275
2005-08-06Squelch more const pointer warnings.guy1-1/+1