aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-04-22proto.c: proto_registrar_dump...() fixes/changes:Bill Meier1-15/+61
2009-04-22Try to fix more unused code warnings.Anders Broman1-60/+8
2009-04-22Fix a warning in the RANAP dissector.Guy Harris2-3/+3
2009-04-22Use #.OMIT_ASSIGNMENTAnders Broman1-57/+24
2009-04-22Try to fix unused code warnings.Anders Broman1-55/+14
2009-04-22Try to fix unused code warnings.Anders Broman1-193/+74
2009-04-22From Mark Cave-Ayland: Fix a crash in the PCNFSD dissector.Gerald Combs3-9/+16
2009-04-22Fix a typo.Anders Broman1-1/+1
2009-04-22- Dissect transportlayeraddressAnders Broman1-31/+65
2009-04-22- Try to get rid of the unused code warnings.Anders Broman1-93/+89
2009-04-22smpp: Fix potential crash(es): Mark hf[] entries with a range_string[] with B...Bill Meier1-4/+4
2009-04-22Clean up some 64-bit issues.Guy Harris8-59/+53
2009-04-21Get rid of trailing tab.Guy Harris1-1/+1
2009-04-21Replace some non-ascii characters in commentBill Meier1-2/+2
2009-04-21infiniband.h: Verify addt'l fields against spec; reformatBill Meier1-1635/+2074
2009-04-21Move ranap to dirty dissectors for now.Anders Broman1-1/+1
2009-04-21- Reintroduce heuristic dissectorAnders Broman1-100/+1104
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2-2/+2
2009-04-21Fix a typo.Anders Broman1-1/+1
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