aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-02-10Remove an ugly hack:Ulf Lamping7-9/+43
2009-02-09Add dissection of Charging ASE in ISUP APM messages.Anders Broman4-7/+1248
2009-02-09add some display detailsUlf Lamping1-2/+7
2009-02-09Make "Copy as Filter" on the packet list actually work.Jaap Keuter2-2/+5
2009-02-07#include <epan/conversation.h> not req'd ...Bill Meier5-16/+11
2009-02-07#include <epan/emem.h> not req'd ...Bill Meier6-28/+22
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier61-424/+356
2009-02-06#include <conversation.h> not req'd ....Bill Meier15-15/+0
2009-02-06From Karl Heinz Wolf:Jaap Keuter1-2/+2
2009-02-06Display information which OID is not implemented in expert infoTomas Kukosa1-1/+1
2009-02-05From Sven Wegener:Anders Broman1-3/+3
2009-02-05Replace remaining usage of sprintf ...Bill Meier1-2/+2
2009-02-05Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>Anders Broman1-3/+270
2009-02-05Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>Anders Broman1-1/+20
2009-02-05From Michael Lum:Anders Broman1-5/+15
2009-02-05Init. data to zero.Anders Broman1-3/+15
2009-02-05Don't convert a const to a non-constJörg Mayer1-5/+5
2009-02-05Keep the compiler happy: revert one change....Bill Meier1-1/+1
2009-02-05Define most everything as static (fcns & global variables);Bill Meier1-112/+110
2009-02-05#include <epan/prefs> not req'd; minor spacing changes;Bill Meier1-7/+6
2009-02-04More whitespace changesJörg Mayer1-542/+310
2009-02-04Small whitespace changesJörg Mayer1-549/+545
2009-02-04Don't show channel ID in info column for common channelsMartin Mathieson1-4/+11
2009-02-04add display of GeoIP latitude/longitudeUlf Lamping3-3/+115
2009-02-04One very minor reg_handoff change [static ... not req'd]Bill Meier1-1/+1
2009-02-03Fix some errors I either missed or introduced:Jörg Mayer1-87/+92
2009-02-03Andreas Schuler <krater (A) badterrorist.com>Jörg Mayer2-0/+1961
2009-02-03Remove "empty" header fileStephen Fisher3-29/+0
2009-02-02Set item generated.Anders Broman1-0/+1
2009-02-02If we can't calculate the UDP checksum (e.g., because the packet is truncated)Jeff Morriss1-1/+1
2009-02-02Clean up some comments.Guy Harris1-6/+4
2009-02-01Use #if 0, not C99-style comments, to get rid of unused code.Guy Harris1-6/+8
2009-02-01Squelch warnings, for now.Guy Harris1-2/+2
2009-02-01Calculate the avrage setuptime.Anders Broman2-0/+129
2009-01-30Mention packet-skinny.h, so it gets distributed with the source tarball.Guy Harris1-0/+1
2009-01-30From Carlos Mendioroz:Jaap Keuter2-75/+223
2009-01-30Don't remove it, but replace it with the relevant one.Jaap Keuter1-0/+1
2009-01-29Don't mention a variable that no longer exists.Guy Harris1-1/+0
2009-01-29Group time related fields.Jaap Keuter2-52/+41
2009-01-29Add initializer for force_docsis_encap preference.Jaap Keuter1-1/+1
2009-01-28Minor changes mostly related to proto_register & proto_reg_handoff;Bill Meier9-1084/+1082
2009-01-28Adjust some indentationBill Meier3-59/+58
2009-01-28#include prefs.h not req'dBill Meier8-53/+45
2009-01-28#include prefs.h not req'dBill Meier1-1/+0
2009-01-28Check the length in dissect_q931_change_status_ie().Guy Harris1-3/+7
2009-01-28Use standard format (proto_reg_handoff last in the file).Bill Meier2-22/+21
2009-01-28Remove unnecessary code from proto_reg_handoff....Bill Meier1-11/+4
2009-01-28new SERVICE/SERVICE ACKNOWLEGE messages defined in various US standards (AT&T...Tomas Kukosa3-16/+80
2009-01-28- add attributes and CDATA into XML structureTomas Kukosa3-4/+106
2009-01-27Further cleanup of code, put in standard template format.Jaap Keuter1-25/+28