Commit Graph

7503 Commits

Author SHA1 Message Date
Bill Meier 35e5fa9bc1 #include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...
svn path=/trunk/; revision=27390
2009-02-07 14:33:47 +00:00
Bill Meier 09d097e7a7 #include <conversation.h> not req'd ....
svn path=/trunk/; revision=27389
2009-02-06 20:33:53 +00:00
Jaap Keuter c99afc9c95 From Karl Heinz Wolf:
Bugfix RFC3825-Decoding

svn path=/trunk/; revision=27388
2009-02-06 20:10:57 +00:00
Tomas Kukosa 494942c9c0 Display information which OID is not implemented in expert info
svn path=/trunk/; revision=27384
2009-02-06 13:48:32 +00:00
Anders Broman 4ad0d6f203 From Sven Wegener:
- 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-05 21:26:40 +00:00
Bill Meier dce1390edd Replace remaining usage of sprintf ...
svn path=/trunk/; revision=27382
2009-02-05 21:16:36 +00:00
Anders Broman df6d3da586 Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
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-05 21:02:50 +00:00
Anders Broman 48bf9f396e Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
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-05 19:12:44 +00:00
Anders Broman 9636044d74 From Michael Lum:
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-05 18:09:00 +00:00
Anders Broman c5f1300045 Init. data to zero.
svn path=/trunk/; revision=27378
2009-02-05 18:08:03 +00:00
Jörg Mayer f76ab796a6 Don't convert a const to a non-const
svn path=/trunk/; revision=27374
2009-02-05 08:25:59 +00:00
Bill Meier 0379da5147 Keep the compiler happy: revert one change....
svn path=/trunk/; revision=27373
2009-02-05 03:14:08 +00:00
Bill Meier a2cbe9b2da Define most everything as static (fcns & global variables);
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 02:27:33 +00:00
Bill Meier 893b439a4d #include <epan/prefs> not req'd; minor spacing changes;
next up: replace use of sprintf .....

svn path=/trunk/; revision=27371
2009-02-05 00:33:45 +00:00
Jörg Mayer afd7fc8f66 More whitespace changes
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-04 23:17:55 +00:00
Jörg Mayer e4885e846a Small whitespace changes
svn path=/trunk/; revision=27369
2009-02-04 22:00:31 +00:00
Martin Mathieson 4b654083ce Don't show channel ID in info column for common channels
svn path=/trunk/; revision=27366
2009-02-04 11:34:06 +00:00
Ulf Lamping d5d3e1fa92 add display of GeoIP latitude/longitude
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-04 01:02:59 +00:00
Bill Meier 52c567e2b2 One very minor reg_handoff change [static ... not req'd]
svn path=/trunk/; revision=27364
2009-02-04 00:12:55 +00:00
Jörg Mayer 973bd36bb0 Fix some errors I either missed or introduced:
- missing {0, NULL} at the end of a val array
- incorrect registration

Small formatting changes.

svn path=/trunk/; revision=27363
2009-02-03 23:11:13 +00:00
Jörg Mayer f79a85e204 Andreas Schuler <krater (A) badterrorist.com>
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-03 21:30:36 +00:00
Stephen Fisher d8c9b78b3c Remove "empty" header file
svn path=/trunk/; revision=27361
2009-02-03 20:25:01 +00:00
Anders Broman 821deda3ec Set item generated.
svn path=/trunk/; revision=27352
2009-02-02 18:26:26 +00:00
Jeff Morriss f6318061b8 If we can't calculate the UDP checksum (e.g., because the packet is truncated)
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-02 15:47:32 +00:00
Guy Harris 43097683f0 Clean up some comments.
svn path=/trunk/; revision=27349
2009-02-02 03:26:49 +00:00
Guy Harris 3ad5b02052 Use #if 0, not C99-style comments, to get rid of unused code.
svn path=/trunk/; revision=27344
2009-02-01 21:19:38 +00:00
Guy Harris 07d572cc2a Squelch warnings, for now.
svn path=/trunk/; revision=27343
2009-02-01 21:17:46 +00:00
Anders Broman f9bb905d13 Calculate the avrage setuptime.
svn path=/trunk/; revision=27342
2009-02-01 20:52:38 +00:00
Guy Harris 0fe6a98972 Mention packet-skinny.h, so it gets distributed with the source tarball.
svn path=/trunk/; revision=27333
2009-01-30 21:59:08 +00:00
Jaap Keuter cb80f883f7 From Carlos Mendioroz:
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-30 21:25:52 +00:00
Jaap Keuter 3b71d3fccb Group time related fields.
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-29 22:43:49 +00:00
Jaap Keuter 497c59bc2f Add initializer for force_docsis_encap preference.
svn path=/trunk/; revision=27328
2009-01-29 19:07:50 +00:00
Bill Meier 0e1613fbe5 Minor changes mostly related to proto_register & proto_reg_handoff;
- 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-28 21:52:57 +00:00
Bill Meier 3c11319ea4 Adjust some indentation
svn path=/trunk/; revision=27323
2009-01-28 21:22:30 +00:00
Bill Meier 9d721959b7 #include prefs.h not req'd
svn path=/trunk/; revision=27322
2009-01-28 20:52:52 +00:00
Bill Meier d830d2884e #include prefs.h not req'd
svn path=/trunk/; revision=27321
2009-01-28 20:10:12 +00:00
Guy Harris d160db2cfb Check the length in dissect_q931_change_status_ie().
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-28 18:16:22 +00:00
Bill Meier 9896da49b9 Use standard format (proto_reg_handoff last in the file).
svn path=/trunk/; revision=27319
2009-01-28 16:18:00 +00:00
Bill Meier 01f889fff8 Remove unnecessary code from proto_reg_handoff....
svn path=/trunk/; revision=27318
2009-01-28 16:16:09 +00:00
Tomas Kukosa 3116c7d051 new SERVICE/SERVICE ACKNOWLEGE messages defined in various US standards (AT&T TR41459, Nortel NIS A211-1, Telcordia SR-4994)
svn path=/trunk/; revision=27317
2009-01-28 13:32:13 +00:00
Tomas Kukosa 5b96cb0506 - add attributes and CDATA into XML structure
- implement functions for searching in XML structure

svn path=/trunk/; revision=27316
2009-01-28 11:25:39 +00:00
Jaap Keuter cbefdcfbb9 Further cleanup of code, put in standard template format.
svn path=/trunk/; revision=27315
2009-01-27 23:52:02 +00:00
Bill Meier acf79a450a Minor changes related to proto_reg_handoff...
svn path=/trunk/; revision=27314
2009-01-27 23:00:22 +00:00
Bill Meier f93b82079b Fix some indentation ....
svn path=/trunk/; revision=27313
2009-01-27 21:46:58 +00:00
Anders Broman a8c964cd44 From Rolf Fiedler:
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-27 21:13:26 +00:00
Anders Broman bae6a0d02f Handle V3 SendRoutingInfoRes where the tag[3] is missing.
svn path=/trunk/; revision=27311
2009-01-27 20:25:28 +00:00
Bill Meier f68d3d46fe Fix some indentation ....
svn path=/trunk/; revision=27310
2009-01-27 18:09:50 +00:00
Bill Meier da3959145e Fix some indentation .....
svn path=/trunk/; revision=27307
2009-01-27 00:54:09 +00:00
Bill Meier 4725b0a0f0 Prefs callback & etc not req'd ...
svn path=/trunk/; revision=27303
2009-01-26 21:41:44 +00:00
Anders Broman e1eed93101 Start code is 24 bits, use bit_offset to read it.
svn path=/trunk/; revision=27302
2009-01-26 20:08:12 +00:00