summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-04-15packet_sccp.c: Init an uninit'd variable which was the cause of intermittent ...Bill Meier1-1/+2
2009-04-15Fix the Buildbot.Gerald Combs1-1/+1
2009-04-15Dissect more than one Via entry if found in a single line.Martin Mathieson1-171/+201
2009-04-15packet-rlc-lte.c: keep vc6 happy: use gboolean instead of guint8 in several p...Bill Meier1-2/+2
2009-04-14ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);Bill Meier7-21/+21
2009-04-14guint8 -> guint16Anders Broman1-2/+2
2009-04-14Dissect PDN address, fix typos.Anders Broman1-10/+69
2009-04-14Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANTAnders Broman4-6/+6
2009-04-14From Jakub Zawadzki: Fix a logic error.Gerald Combs1-0/+1
2009-04-14Begin to do some per-channel sequence analysis (so far, only for UM).Martin Mathieson1-12/+380
2009-04-14ep_strbuf: fix some bugs and additional changesBill Meier2-138/+197
2009-04-14do not report encoding error for sequence extension with length 0Tomas Kukosa1-9/+6
2009-04-14support UINT64 constants for upper value boundsTomas Kukosa4-6/+6
2009-04-13Section 11 of RFC 3550, "RTP over Network and Transport Protocols",Guy Harris2-6/+6
2009-04-13Add XiMeta Technology's ethertype.Anders Broman2-7/+13
2009-04-13From Abhik Sarkar:Anders Broman2-3/+4
2009-04-13Try to please the build bot, fix indentation.Anders Broman1-40/+40
2009-04-13From Andreas Heise:Anders Broman1-26/+431
2009-04-12[Automatic manuf and enterprise-numbers update for 2009-04-12]Gerald Combs1-10/+198
2009-04-11Get the offset of the padding count correct (it has nothing to do withGuy Harris1-84/+97
2009-04-10Handle PER constrained integer > 32 bits, show more internal PER fields.Anders Broman1-17/+28
2009-04-09Fix a typo.Anders Broman1-2/+2
2009-04-09Starting cleanup in earnestJörg Mayer1-157/+165
2009-04-09Fix two usages of non-ascii characters.Bill Meier2-3/+3
2009-04-09From Chris Costa:Anders Broman1-12/+16
2009-04-09Small indentation fix.Anders Broman1-30/+30
2009-04-08Just use g_strdup_printf() to construct a pathname - and useGuy Harris1-9/+2
2009-04-08Don't assemble asm_utils_win32_x86 on x64. Export a dummy read_keytab_fileGerald Combs2-2/+8
2009-04-08More size_t fixes.Gerald Combs1-1/+2
2009-04-08Add another Flex exception.Gerald Combs1-0/+1
2009-04-08Disable warnings-as-errors for Flex-generated output. Add a couple of gsizeGerald Combs3-4/+10
2009-04-08Fix the last commit.Gerald Combs1-2/+1
2009-04-08More size_t fixes.Gerald Combs4-41/+37
2009-04-08More size_t fixes. Use a string buffer in range.c.Gerald Combs5-19/+18
2009-04-08(Trivial) Fix some spelling & etc in commentsBill Meier4-5/+5
2009-04-08More Ethereal --> WiresharkBill Meier6-15/+16
2009-04-08More ethereal --> wiresharkBill Meier8-19/+19
2009-04-08Add dissection of:Anders Broman1-16/+345
2009-04-08size_t fixes.Gerald Combs4-30/+31
2009-04-07Fix a typo.Jeff Morriss1-31/+34
2009-04-07Another patch to sqelch warnings about asserts in g_strlcpy with NULL source ...Jörg Mayer1-2/+4
2009-04-07size_t fixes.Gerald Combs4-30/+30
2009-04-07Use some default true_false_string's.Bill Meier25-391/+210
2009-04-07Add missed packet-pw-atm.c.Anders Broman1-0/+1
2009-04-07More size_t casts.Gerald Combs2-4/+4
2009-04-06The last of the size_t fixes in epan/dissectors.Gerald Combs2-66/+46
2009-04-06More size_t fixes.Gerald Combs2-10/+10
2009-04-06More size_t fixes.Gerald Combs4-15/+15
2009-04-06Dissect g722.2 H.245 paramaters.Anders Broman1-0/+13
2009-04-06Fix bug 3342:Jaap Keuter1-0/+150