aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-08-06Support throwing an exception with a null message pointer, and have theGuy Harris4-16/+65
2005-08-06"read_filter_list()" and "save_filter_list()" mallocate the path stringGuy Harris2-4/+4
2005-08-06We no longer generate a "Loading" message ourselves, we just pass theGuy Harris1-8/+2
2005-08-06"setup_tmpdir()" either returns the const string passed to it, or itGuy Harris1-7/+7
2005-08-06Add a note about the ISIS LSP bug.Gerald Combs1-0/+6
2005-08-06Increase the size of some variables so that we don't overflow them and loopGerald Combs1-11/+11
2005-08-06Last set of char -> const char trivial warning fixes.Jörg Mayer18-76/+78
2005-08-06Update toMichael Tüxen2-150/+275
2005-08-06Squelch more const pointer warnings.Guy Harris3-4/+4
2005-08-06Make some structure members that are always set from mallocated data notGuy Harris1-3/+2
2005-08-06Make a variable whose value might be trashed by setjmp/longjmpGuy Harris1-1/+1
2005-08-06Don't assign "" to a string that's only used after it's assigned to.Guy Harris1-71/+50
2005-08-06Use a NULL value for di->xfer as an indication that we don't know theGuy Harris1-5/+16
2005-08-06DissectorError is not supposed to be directly thrown; one should use theGuy Harris1-68/+68
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris61-206/+188
2005-08-06In packet-frame.c, don't free static memory when we throw aGerald Combs6-11/+17
2005-08-06Squelch another const warning.Guy Harris1-1/+1
2005-08-06fix a comment typoUlf Lamping1-1/+1
2005-08-05replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping11-93/+93
2005-08-05Put in a comment asking about the music going over the connection - weGuy Harris1-6/+5
2005-08-05Squelch a warning about "state" being used uninitialized.Guy Harris1-2/+1
2005-08-05have the definition of init_hostlist_table *ACTUALLY* match its declaration.Luis Ontanon1-1/+1
2005-08-05have the definition of init_hostlist_table match the declaration.Luis Ontanon1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer124-225/+224
2005-08-05From David Richards:Anders Broman2-470/+542
2005-08-05From Thomas Steffen:Anders Broman1-1/+1
2005-08-05From THORNTON, MATTAnders Broman3-131/+960
2005-08-05char -> const char warning fixesJörg Mayer1-29/+32
2005-08-05More char -> const char warning fixesJörg Mayer10-24/+26
2005-08-05note that calling distclean target should be done firstUlf Lamping2-0/+26
2005-08-05verify_tools: Ulf Lamping1-1/+4
2005-08-05Add eol-style and keywords propertiesJörg Mayer1-1/+1
2005-08-05More char -> const char warning fixesJörg Mayer34-84/+86
2005-08-05Add unix makefile for work in progress GSM-SS dissectorRonnie Sahlberg1-0/+16
2005-08-04Separate declaration from initialization with non-static valuesJörg Mayer1-2/+11
2005-08-04Note that if you're building from a source tarball, before the firstGuy Harris1-0/+18
2005-08-04Put in comments explaining why we're removing some generated files withGuy Harris3-5/+21
2005-08-04Delete some new Flex-generated files, and put in a comment explainingGuy Harris1-0/+8
2005-08-04Forgot to remove gdebug.h from Makefile.common tooJörg Mayer1-1/+0
2005-08-04Don't initialize variables in their declaration with non-constantJörg Mayer1-0/+8
2005-08-04Albert Chin:Jörg Mayer1-3/+10
2005-08-04Albert Chin:Jörg Mayer3-64/+0
2005-08-04Albert Chin:Jörg Mayer1-1/+1
2005-08-04Add items for the recent FC-FCS and RSVP bug fixes.Gerald Combs1-1/+13
2005-08-04Increase the size of some variables, so that we don't overflow them. FixesGerald Combs1-9/+11
2005-08-04Exception handling fixes, and a fix to packet-frame.c,Gilbert Ramirez5-18/+286
2005-08-04When processing records, advance the offset.Guy Harris1-8/+3
2005-08-03Use the new fn_par functions, fix of a bug and export functions used by gsm_ss.Anders Broman4-39/+184
2005-08-03First checkin of asn2eth generated gsm ss dissector - work in progress not re...Anders Broman5-0/+1086
2005-08-03From Richard van der Hoff:Anders Broman6-604/+740