aboutsummaryrefslogtreecommitdiffstats
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 ...sahlberg5-21/+143
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 packetlego2-0/+2
2005-08-11Add Extreme OUI, reorder alphabeticallyjmayer1-6/+7
2005-08-11From Rene Pilz:etxrab1-6/+9
2005-08-11From W. Borgert:etxrab3-23/+89
2005-08-11Change a switch into an "if else if else if else" that fixes the "too large f...lego2-127/+227
2005-08-11Add notes about SCSI, BER, and ONC RPC bugs.gerald1-5/+29
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-10Add bug IDs to the list of bugs fixed.gerald1-0/+5
2005-08-10removed tons of MSVC const related warnings.ulfl19-47/+47
2005-08-10Fix a typo.guy1-1/+1
2005-08-10more snprintf() -> g_snprintf() replacementsulfl1-18/+14
2005-08-10don't warn the user about the WinPcap 3.1 release version as being unknownulfl1-1/+2
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-10Add an item for the SLIMP3 overflow.gerald1-0/+6
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-10ep_tvb_get_string() -> tvb_get_ephemeral_string().gerald1-3/+3
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()sahlberg3-0/+44
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 ...sahlberg4-31/+50
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg51-134/+149
2005-08-10ememify tywo more tvb_get_string()sahlberg1-4/+2
2005-08-09Add a note about the IrDA dissector crash.gerald1-2/+8
2005-08-09Make sure we initialize our iap_conv struct _before_ we go digginggerald1-4/+4
2005-08-09"g_locale_to_utf8()" returns a "gchar *", and the string it returns isguy1-1/+1
2005-08-09The "proto" argument to "conversation_get_proto_data()" andguy1-6/+6
2005-08-08various code cleanup:ulfl109-622/+258
2005-08-08fix some MSVC const warningsulfl5-7/+7