aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Collapse)AuthorFilesLines
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier61-424/+356
svn path=/trunk/; revision=27390
2009-02-06#include <conversation.h> not req'd ....Bill Meier15-15/+0
svn path=/trunk/; revision=27389
2009-02-06From Karl Heinz Wolf:Jaap Keuter1-2/+2
Bugfix RFC3825-Decoding svn path=/trunk/; revision=27388
2009-02-06Display information which OID is not implemented in expert infoTomas Kukosa1-1/+1
svn path=/trunk/; revision=27384
2009-02-05From Sven Wegener:Anders Broman1-3/+3
- The size element has been in network byte order since october 2004. - Someone mixed up the TCP and UDP protocol numbers. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3236 svn path=/trunk/; revision=27383
2009-02-05Replace remaining usage of sprintf ...Bill Meier1-2/+2
svn path=/trunk/; revision=27382
2009-02-05Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>Anders Broman1-3/+270
Reviewed-by: Martin Philip Topholm <mph@comx.dk> Implement packet loss detection in for MPEG2 Transport Streams Second Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3227 svn path=/trunk/; revision=27381
2009-02-05Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>Anders Broman1-1/+20
Reviewed-by: Martin Philip Topholm <mph@comx.dk> Exception handling in packet-mp2t.c (MPEG2 Transport Stream) Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3227 svn path=/trunk/; revision=27380
2009-02-05From Michael Lum:Anders Broman1-5/+15
ANSI MAP digits type decode and bitmask corrections https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3233 svn path=/trunk/; revision=27379
2009-02-05Init. data to zero.Anders Broman1-3/+15
svn path=/trunk/; revision=27378
2009-02-05Don't convert a const to a non-constJörg Mayer1-5/+5
svn path=/trunk/; revision=27374
2009-02-05Keep the compiler happy: revert one change....Bill Meier1-1/+1
svn path=/trunk/; revision=27373
2009-02-05Define most everything as static (fcns & global variables);Bill Meier1-112/+110
Fix one of the sprintf usages; Use NULL instead of "" for the FIELDDESC in the hf array entries; Minor code cleanup; svn path=/trunk/; revision=27372
2009-02-05#include <epan/prefs> not req'd; minor spacing changes;Bill Meier1-7/+6
next up: replace use of sprintf ..... svn path=/trunk/; revision=27371
2009-02-04More whitespace changesJörg Mayer1-542/+310
BOOL -> gboolean _subtree -> _ett (not because it's better but because it's what's used (almost) everywhere else svn path=/trunk/; revision=27370
2009-02-04Small whitespace changesJörg Mayer1-549/+545
svn path=/trunk/; revision=27369
2009-02-04Don't show channel ID in info column for common channelsMartin Mathieson1-4/+11
svn path=/trunk/; revision=27366
2009-02-04add display of GeoIP latitude/longitudeUlf Lamping1-2/+36
This is a crude hack, as the current Wireshark interface to GeoIP is not really suitable for reading several values of a single GeoIP database :-( svn path=/trunk/; revision=27365
2009-02-04One very minor reg_handoff change [static ... not req'd]Bill Meier1-1/+1
svn path=/trunk/; revision=27364
2009-02-03Fix some errors I either missed or introduced:Jörg Mayer1-87/+92
- missing {0, NULL} at the end of a val array - incorrect registration Small formatting changes. svn path=/trunk/; revision=27363
2009-02-03Andreas Schuler <krater (A) badterrorist.com>Jörg Mayer2-0/+1961
Matthias Wenzel <dect (A) mazzoo.de> Beginnings of a DECT dissector. This is a copy of the svn repository at dedected.org with the following modifications: - Change from plugin to normal dissector - Change comments from // to /* */ - Change German comments to English - #if-0-out unused variables - Reorder functions to avoid forward declarations and use the normal Wireshark conventions - Fix the scrt table (as by email from Andreas) - Fix Mask for hf_dect_A_Tail_Qt_0_Cn from 0x2F -> 0x3F (as by email from Matthias) - Initialize some variables because GCC isn't aware of the reduced value space in a switch statement that switches on (var & 7). - Declare some function parameters as _U_ - Add GPLv2 and later header (as by emails from Andreas and Matthias). TODO (roughly in that order) - Don't use structs to access the elements in the datastream. - Use tvb_..._item wherever possible - Add references to documentation (ETSI EN 300 175 parts 1-8) including the section. - Make things stateful - Once the capture format has stabilized, get rid of the Ethernet hack and use a proper capture type. svn path=/trunk/; revision=27362
2009-02-03Remove "empty" header fileStephen Fisher3-29/+0
svn path=/trunk/; revision=27361
2009-02-02Set item generated.Anders Broman1-0/+1
svn path=/trunk/; revision=27352
2009-02-02If we can't calculate the UDP checksum (e.g., because the packet is truncated)Jeff Morriss1-1/+1
make it obvious to the user: add [unchecked, not all data available] to the tree item (like we do in TCP). svn path=/trunk/; revision=27351
2009-02-02Clean up some comments.Guy Harris1-6/+4
svn path=/trunk/; revision=27349
2009-02-01Use #if 0, not C99-style comments, to get rid of unused code.Guy Harris1-6/+8
svn path=/trunk/; revision=27344
2009-02-01Squelch warnings, for now.Guy Harris1-2/+2
svn path=/trunk/; revision=27343
2009-02-01Calculate the avrage setuptime.Anders Broman2-0/+129
svn path=/trunk/; revision=27342
2009-01-30Mention packet-skinny.h, so it gets distributed with the source tarball.Guy Harris1-0/+1
svn path=/trunk/; revision=27333
2009-01-30From Carlos Mendioroz:Jaap Keuter2-75/+223
Enhanced the skinny dissector to expose a tap, and added SKINNY call control protocol support to gtk/call_voip to show those calls. svn path=/trunk/; revision=27332
2009-01-29Group time related fields.Jaap Keuter2-52/+41
Drop packet length in favor of frame length. Clean up code / indentations / header fields. Improve docsis preference description. svn path=/trunk/; revision=27329
2009-01-29Add initializer for force_docsis_encap preference.Jaap Keuter1-1/+1
svn path=/trunk/; revision=27328
2009-01-28Minor changes mostly related to proto_register & proto_reg_handoff;Bill Meier9-1084/+1082
- Use 'dissector standard template format' - Remove 'once-only' ["if (!initialized) ..."] if not req'd - Misc Also: adjust some indentation svn path=/trunk/; revision=27324
2009-01-28Adjust some indentationBill Meier3-59/+58
svn path=/trunk/; revision=27323
2009-01-28#include prefs.h not req'dBill Meier8-53/+45
svn path=/trunk/; revision=27322
2009-01-28#include prefs.h not req'dBill Meier1-1/+0
svn path=/trunk/; revision=27321
2009-01-28Check the length in dissect_q931_change_status_ie().Guy Harris1-3/+7
Don't print a string value returned by a function by using it as the format string - use "%s" as the format. svn path=/trunk/; revision=27320
2009-01-28Use standard format (proto_reg_handoff last in the file).Bill Meier2-22/+21
svn path=/trunk/; revision=27319
2009-01-28Remove unnecessary code from proto_reg_handoff....Bill Meier1-11/+4
svn path=/trunk/; revision=27318
2009-01-28new SERVICE/SERVICE ACKNOWLEGE messages defined in various US standards ↵Tomas Kukosa2-16/+79
(AT&T TR41459, Nortel NIS A211-1, Telcordia SR-4994) svn path=/trunk/; revision=27317
2009-01-28- add attributes and CDATA into XML structureTomas Kukosa2-4/+103
- implement functions for searching in XML structure svn path=/trunk/; revision=27316
2009-01-27Further cleanup of code, put in standard template format.Jaap Keuter1-25/+28
svn path=/trunk/; revision=27315
2009-01-27Minor changes related to proto_reg_handoff...Bill Meier1-8/+8
svn path=/trunk/; revision=27314
2009-01-27Fix some indentation ....Bill Meier1-175/+175
svn path=/trunk/; revision=27313
2009-01-27From Rolf Fiedler:Anders Broman2-0/+228
Add DPNSS link layer dissector, support EyeSDN Trace files with DPNSS. (Removed a couple of c++ style comments). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3224 svn path=/trunk/; revision=27312
2009-01-27Handle V3 SendRoutingInfoRes where the tag[3] is missing.Anders Broman1-4/+12
svn path=/trunk/; revision=27311
2009-01-27Fix some indentation ....Bill Meier1-159/+157
svn path=/trunk/; revision=27310
2009-01-27Fix some indentation .....Bill Meier1-299/+298
svn path=/trunk/; revision=27307
2009-01-26Prefs callback & etc not req'd ...Bill Meier1-9/+2
svn path=/trunk/; revision=27303
2009-01-26Start code is 24 bits, use bit_offset to read it.Anders Broman1-3/+14
svn path=/trunk/; revision=27302