aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-08-16For "-G decodes", print the selector values as unsigned ints.Gerald Combs1-1/+1
2005-08-16Add a note about sFlow. Remove the CSM_ENCAPS bug; I inadvertentlyGerald Combs1-4/+4
2005-08-16In packet-sflow.c, don't pass a NULL value pointer toGerald Combs2-18/+31
2005-08-16add SetFileInfo level 1013 SetDispositionInfo decodingRonnie Sahlberg1-1/+35
2005-08-16prettify MNT (and friends) by placing the path in COL_INFORonnie Sahlberg1-3/+6
2005-08-16Change the default font size on Unix (etc) to 10 pt, just as it wasJörg Mayer1-2/+2
2005-08-16Move SVNVERSION handling into version_info. That way, we won't haveJörg Mayer5-26/+23
2005-08-16Change to match more closely the way I read 802.11h, at least; I'm justGuy Harris1-56/+79
2005-08-16From Peter Johansson: add an option to decode the client information,Guy Harris1-190/+286
2005-08-16The real problem is that iTunes requests gzipped data and responds withGuy Harris1-1/+2
2005-08-16gcc4 gets confused by the break statements, and I guess it thinks youGuy Harris1-7/+0
2005-08-16Note where a table comes from, and that we don't use it.Guy Harris1-0/+1
2005-08-16se_alloc not ep_alloc!Luis Ontanon1-1/+1
2005-08-16more allocators se_alloc0() se_memdups() se_strdup() se_strndup() se_strdup_p...Luis Ontanon2-2/+71
2005-08-15- Update manufJörg Mayer2-1/+58
2005-08-15- Change $1 to $@Jörg Mayer1-2/+8
2005-08-15When we create a new tvb, make sure the memory is freed at some point.Gerald Combs1-3/+1
2005-08-15TP-PI (TP-Parameter-Indicator) is optional.Anders Broman1-0/+9
2005-08-15Properly dissect vlan flagsJörg Mayer1-11/+40
2005-08-15- Documentation updateJörg Mayer1-4/+59
2005-08-15ememify g_malloc() callsRonnie Sahlberg2-6/+5
2005-08-15ememify g_malloc() callsRonnie Sahlberg1-6/+4
2005-08-14Some 'no previous declararion' warning fixesJörg Mayer12-60/+38
2005-08-14ememify sip and at the same plug a memleakRonnie Sahlberg1-1/+2
2005-08-14ememify cipRonnie Sahlberg1-3/+2
2005-08-14change a g_malloc() that was never released into ep_alloc()Ronnie Sahlberg1-9/+10
2005-08-14ememify packet-x11Ronnie Sahlberg1-44/+5
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-13Add an item for CSM_ENCAPS.Gerald Combs1-0/+7
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-13"fi" comes before "fr" in alphabetical order. (This also makes it matchGuy Harris1-2/+2
2005-08-13Do the sequence number analysis *before* dissecting the payload, so weGuy Harris1-15/+8
2005-08-13Small optimizationJörg Mayer1-4/+4
2005-08-13Additions from current Suse and DebianJörg Mayer1-0/+2
2005-08-13get rid of one more gmemchunkRonnie Sahlberg3-44/+2
2005-08-13Aplly those parts of ethereal_0.10.12-3.diff.gzJörg Mayer29-6/+1537
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 Sahlberg13-440/+125