aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Introduce call dissector_try_port_new() to be used when no protocol entry is ...Anders Broman2-9/+24
2009-04-21infiniband: Fix various issues mostly relating to protocol field display:Bill Meier2-2660/+2664
2009-04-21Also show number of RAR bodies/entries in stats.Martin Mathieson2-5/+9
2009-04-21Simplify headerfields a bit.Jaap Keuter1-19/+19
2009-04-21Constify some more value_strings.Jaap Keuter2-11/+11
2009-04-21Constify some more value_strings.Jaap Keuter2-3/+3
2009-04-20Squelch some warnings.Guy Harris1-7/+6
2009-04-20More IE decoding, expect messages to be integrity protected.Anders Broman1-20/+302
2009-04-20Fix build without HAVE_LIBGCRYPT.Jaap Keuter1-1/+3
2009-04-20More constification to fix warnings.Guy Harris1-1/+1
2009-04-20More constification, fewer warnings.Guy Harris1-14/+14
2009-04-20Constify some items to squelch some compiler warnings in the WindowsGuy Harris3-25/+25
2009-04-20Add a preference for allowing transparent RRC data (BCH, PCH, CCCH) to be dec...Martin Mathieson1-21/+83
2009-04-20Remove code duplication.Jaap Keuter1-9/+1
2009-04-20From Chris A:Jaap Keuter1-19/+26
2009-04-20From Naoyoshi Ueda:Jaap Keuter2-76/+580
2009-04-19When a frame contains the remainder of a previous PDU and a new PDU, the Sake Blok1-1/+9
2009-04-19[Automatic manuf and enterprise-numbers update for 2009-04-19]Gerald Combs1-5/+145
2009-04-18Try to speed up lookup of LTE mac/rlc/pdcp dissectorsMartin Mathieson1-23/+37
2009-04-18From rspmn:Jaap Keuter1-10/+22
2009-04-17Remove some no-longer-needed casts.Gerald Combs4-17/+17
2009-04-17For RAR PDUs, show RA-RNTI and subframe number in info column.Martin Mathieson1-4/+5
2009-04-16Fix bugs found with the aid of Gianluca Verin.Anders Broman1-4/+63
2009-04-16From Vincent Helfre and Me:Anders Broman4-129/+171
2009-04-16From Jared Renzullo:Jaap Keuter1-10/+1035
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