aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-06Don't assign "" to a string that's only used after it's assigned to.guy1-71/+50
2005-08-06Use a NULL value for di->xfer as an indication that we don't know theguy1-5/+16
2005-08-06DissectorError is not supposed to be directly thrown; one should use theguy1-68/+68
2005-08-06Squelch more const warnings (and fix some memory leaks that found).guy2-3/+4
2005-08-06In packet-frame.c, don't free static memory when we throw agerald6-11/+17
2005-08-06Squelch another const warning.guy1-1/+1
2005-08-05replace malloc and alike calls by their GLib pendants -> g_malloculfl4-10/+10
2005-08-05Put in a comment asking about the music going over the connection - weguy1-6/+5
2005-08-05More char -> const char warning fixes.jmayer2-2/+2
2005-08-05From David Richards:etxrab2-470/+542
2005-08-05From THORNTON, MATTetxrab2-131/+959
2005-08-05char -> const char warning fixesjmayer1-29/+32
2005-08-05More char -> const char warning fixesjmayer10-24/+26
2005-08-05More char -> const char warning fixesjmayer34-84/+86
2005-08-04Separate declaration from initialization with non-static valuesjmayer1-2/+11
2005-08-04Put in comments explaining why we're removing some generated files withguy1-0/+7
2005-08-04Forgot to remove gdebug.h from Makefile.common toojmayer1-1/+0
2005-08-04Albert Chin:jmayer1-3/+10
2005-08-04Albert Chin:jmayer3-64/+0
2005-08-04Increase the size of some variables, so that we don't overflow them. Fixesgerald1-9/+11
2005-08-04Exception handling fixes, and a fix to packet-frame.c,gram4-18/+285
2005-08-04When processing records, advance the offset.guy1-8/+3
2005-08-03From Richard van der Hoff:etxrab4-568/+740
2005-08-02Fix "tvb_fake_unicode takes the lengt in number of guint16's not guint8's" fi...etxrab1-56/+58
2005-08-02ememify the tvb_get_string call in mmse.sahlberg1-2/+2
2005-08-02ememify packet-rpc call to tvb_get_string()sahlberg1-2/+1
2005-08-02remove a pointless g_strdupsahlberg1-1/+1
2005-08-02Clean up after ourselves so that we pass "distcheck" again.gerald1-0/+5
2005-08-02Explain the BoundsError and ReportedBoundsError errors a bit more, asguy1-0/+15
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.jmayer6-10/+10
2005-08-02add some comments, has to be extendedulfl1-1/+13
2005-08-02bugfix: in an attepmt to fix a crash while doing reassemling of connection or...ulfl1-15/+31
2005-08-02Some warning fixes for "no previous declaration"jmayer77-653/+653
2005-08-02Fix "no previous declaration" warningsjmayer1-1/+1
2005-08-02Fix more "no previous declaration" warningsjmayer1-2/+2
2005-08-02Fix more "no previous declaration" warningsjmayer6-10/+11