aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-09-06s/col_add_fstr/col_add_strKovarththanan Rajaratnam6-7/+7
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam18-19/+40
2009-09-05Changed type for "Wireless data" to FT_BYTES.Stig Bjørlykke1-1/+1
2009-09-05col_custom_set_fstr() is unused. Remove itKovarththanan Rajaratnam3-49/+9
2009-09-05COL_BSSGP_TLLI is deprecatedKovarththanan Rajaratnam2-4/+1
2009-09-05Reorder col_fill_in()Kovarththanan Rajaratnam1-17/+9
2009-09-05Ignore preferences for deleted protocols "etheric" and "isup_thin".Stig Bjørlykke1-0/+4
2009-09-04A few minor revisions:Bill Meier1-32/+24
2009-09-04From Rob Casey: Fix for: Incorrect station identifier parsing in Kingfisher d...Bill Meier1-12/+12
2009-09-04Include "proto.h" instead of <proto.h>Jörg Mayer1-1/+1
2009-09-04From Vincent Helfre:Anders Broman1-19/+9
2009-09-04From : Didier GautheronAnders Broman1-1/+1
2009-09-03Show UEId in info column for UL-SCH / DL-SCH frames.Martin Mathieson1-2/+3
2009-09-02Add initial support to decode the ADIP and PhysicalInformation for MMC Ronnie Sahlberg1-9/+269
2009-09-02Add Semi-Persistent Scheduling (SPS) RNTI.Martin Mathieson2-5/+8
2009-09-02Beginnings of getting cmake to build stuff in epan.Jörg Mayer1-0/+135
2009-09-02No need to include packet-frame.hJörg Mayer1-1/+0
2009-09-01Check whether "size" points to something positive, not whether "size"Guy Harris1-1/+1
2009-09-01Remove superfluous NULL pointer checks wrt. g_malloc() and g_realloc()Kovarththanan Rajaratnam1-4/+5
2009-09-01From Jakub Zawadzki via. Bug 3330:Kovarththanan Rajaratnam3-7/+41
2009-09-01Misc cleanup;Bill Meier1-1675/+1675
2009-09-01From Richard Brodie via. Bug 3913:Kovarththanan Rajaratnam1-1/+1
2009-08-31- Fix for bug 3965 as reported by Ivan Sy <ivan_jr@yahoo.com>Jörg Mayer1-11/+20
2009-08-31From Gerasimos Dimitriadis:Anders Broman1-4/+48
2009-08-30[Automatic manuf and enterprise-numbers update for 2009-08-30]Gerald Combs1-7/+215
2009-08-29Revert r29614 until I figure out why buildbot doesn't like itKovarththanan Rajaratnam3-9/+10
2009-08-29Use G_STRINGIFY/G_PASTEKovarththanan Rajaratnam3-10/+9
2009-08-29Use NB_RTPMUX as protocol short nameKovarththanan Rajaratnam1-2/+2
2009-08-29We need to handoff even when we don't have a treeKovarththanan Rajaratnam1-51/+48
2009-08-29Indent commentsKovarththanan Rajaratnam1-30/+27
2009-08-29Note what the 3GPP spec is for this protocol.Guy Harris1-23/+23
2009-08-29Replace "repeated blurb" by NULL in two cases;Bill Meier1-3/+4
2009-08-29Replace "" by NULL in blurbs; Cleanup indentation.Bill Meier1-44/+44
2009-08-29Cleanup:Bill Meier1-23/+10
2009-08-29Note that the "heuristic" is fatally weak, and must be strengthened orGuy Harris1-67/+86
2009-08-28From Neil Piercy:Anders Broman3-82/+371
2009-08-28Fix code which could access uninitialized variables and display incorrect tex...Bill Meier1-12/+14
2009-08-28Fix if test in fcn rs11():Bill Meier1-1/+1
2009-08-28Fix possible memmove with a NULL poiunter.Bill Meier1-2/+4
2009-08-28Don't coerce a possibly unaligned ptr to a (guint32 *);Bill Meier1-9/+26
2009-08-28Validate a function parameterBill Meier1-0/+2
2009-08-28After asking on the list and receiving no feedback, I'llJörg Mayer1-5/+5
2009-08-27Windows: remove all references to ICONV_DIR, because we use the statically li...Kovarththanan Rajaratnam1-3/+0
2009-08-27Add #include <stdio.h> in a few places for SolarisBill Meier1-0/+2
2009-08-26Show correct time value for "Time since previous displayed frame".Martin Mathieson1-1/+1
2009-08-26Reformat some long lines for readability....Bill Meier1-35/+97
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier28-15/+35
2009-08-26export t38_add_address, prefer destination port for T.38 conversation searchingTomas Kukosa2-4/+5
2009-08-26Make UL grant size a (generated) field of its own (for easier use as a custom...Martin Mathieson1-1/+17
2009-08-26From Thierry Andry via bug 3941:Stig Bjørlykke1-1/+4