Commit Graph

7909 Commits

Author SHA1 Message Date
Martin Mathieson f474eaedd8 Add CRC error flag to frames, and show in stats window.
svn path=/trunk/; revision=27837
2009-03-23 22:16:25 +00:00
Anders Broman 84bea61368 From Michael Lum:
ANSI MAP FeatureRequest update
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3349

svn path=/trunk/; revision=27836
2009-03-23 21:24:04 +00:00
Balint Reczey 59fd8b7d32 Fix ASCII key computation.
This fixes bug 2943 thus allows ESP decoding again, which was 
broken since r25264.

svn path=/trunk/; revision=27835
2009-03-23 18:14:28 +00:00
Anders Broman 226805b6b1 Some updates and bug fixes.
svn path=/trunk/; revision=27833
2009-03-23 17:32:39 +00:00
Anders Broman c84056b66d Update to the 200903 release.
svn path=/trunk/; revision=27832
2009-03-23 17:31:50 +00:00
Anders Broman aa4ddb790d Fix: The AuthDir invoke is missing optional tags for a couple of parameters.
and FeatReq invoke fixes.

svn path=/trunk/; revision=27831
2009-03-23 17:30:38 +00:00
Stig Bjørlykke b511818b09 Fixed some data types to remove some warnings.
svn path=/trunk/; revision=27830
2009-03-23 13:31:04 +00:00
Stig Bjørlykke 0c1f7c06f2 Fixed some data types to remove some warnings.
svn path=/trunk/; revision=27829
2009-03-23 13:15:56 +00:00
Stig Bjørlykke 9d70ae5470 Fixed some data types to remove some warnings.
svn path=/trunk/; revision=27828
2009-03-23 13:13:05 +00:00
Stig Bjørlykke 8b156ecfc8 Removed some "statement not reached" warnings.
svn path=/trunk/; revision=27827
2009-03-23 13:03:18 +00:00
Stig Bjørlykke df120bc8d2 Removed some "initializer does not fit or is out of range" warnings.
svn path=/trunk/; revision=27826
2009-03-23 12:44:50 +00:00
Stig Bjørlykke c11055cda9 Fixed some data types to remove some warnings in the solaris build.
svn path=/trunk/; revision=27825
2009-03-23 12:41:56 +00:00
Bill Meier 6d4606e9e8 P64 change
svn path=/trunk/; revision=27824
2009-03-22 22:15:23 +00:00
Anders Broman 00b5a6f1b8 Dissect all the ESM messages.
svn path=/trunk/; revision=27823
2009-03-22 21:20:56 +00:00
Bill Meier d6a5a7c761 P64 changes: Fix some cases for which size_t is not required
svn path=/trunk/; revision=27822
2009-03-22 20:55:31 +00:00
Bill Meier 4993cb95cd (Minor) Change a g_snprint to a g_strlcpy;
Also: Fix an off-by-1  inadvertantly introduced a while back.

svn path=/trunk/; revision=27820
2009-03-22 16:25:01 +00:00
Bill Meier 94f9079b2f g_snprintf() & etc since glib 1.3.12 don't return -1,
and also always NUL terminate the string.


svn path=/trunk/; revision=27819
2009-03-22 15:42:03 +00:00
Guy Harris 724cae360e proto_item_append_string() actually appends to the string value for a
protocol tree item; the item being added to isn't a string, so
proto_item_append_text() should be used - but the second argument to
proto_item_append_text() should always be a format string.

Use #if 0/#endif to leave a data structure in the source code without
compiling it in, rather than a comment (if you use a comment, things can
break if you put a comment into the commented-out code).

svn path=/trunk/; revision=27811
2009-03-20 23:20:45 +00:00
Martin Mathieson 77827a1ac7 Fix broken linux build.
svn path=/trunk/; revision=27809
2009-03-20 22:39:29 +00:00
Anders Broman 470b06a35e Further NAS updates.
svn path=/trunk/; revision=27808
2009-03-20 20:15:46 +00:00
Stig Bjørlykke 43976549ea From Dejan Bucar (bug 3345):
Added official LINX Ethernet type.

svn path=/trunk/; revision=27804
2009-03-20 11:06:20 +00:00
Anders Broman a60cc1d526 More NAS EPS updates and bugfixes.
svn path=/trunk/; revision=27802
2009-03-19 22:03:33 +00:00
Anders Broman a9f6319ec8 Revert the previous changes MCC and MNC are coded differently in different places.
svn path=/trunk/; revision=27801
2009-03-19 22:02:46 +00:00
Gerald Combs 18f24c0675 Add an expert item for the seconds-encoded-as-little-endian bug.
svn path=/trunk/; revision=27797
2009-03-19 17:40:18 +00:00
Anders Broman 40b778e01c From Michael Lum:
MEID digit translation fix.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3341

svn path=/trunk/; revision=27795
2009-03-19 06:41:41 +00:00
Bill Meier 20128275db - Move register_dissector(...) from proto_reg_handoff() to proto_register();
- Use dissector_add_handle("udp",...)  rather than dissector_add(""udp",0,...)

svn path=/trunk/; revision=27794
2009-03-19 01:54:09 +00:00
Guy Harris 987e12f435 Clean up indentation.
Note that -5047 can also mean "disk quota exceeded".

Define the ASP errors as 32-bit (negative) numbers, just like the AFP
errors.

Add a couple of ASP errors to the list of error values.

svn path=/trunk/; revision=27792
2009-03-18 23:30:21 +00:00
Stig Bjørlykke 4932b881f2 Removed C++ style comments.
svn path=/trunk/; revision=27791
2009-03-18 23:06:08 +00:00
Guy Harris cf536e062b Don't g_assert() in a dissector, just drive on.
Use ws_fopen(), not fopen(), to open files.

svn path=/trunk/; revision=27789
2009-03-18 21:40:04 +00:00
Guy Harris bd7aaf750a Don't g_assert() in a dissector; just drive on.
svn path=/trunk/; revision=27788
2009-03-18 21:37:56 +00:00
Guy Harris 3c2b8a7c84 None of those strings will have a length that doesn't fit in a gulong.
svn path=/trunk/; revision=27787
2009-03-18 20:56:21 +00:00
Guy Harris 6ef43f30a8 Get rid of a bunch of uses of size_t where int suffices.
svn path=/trunk/; revision=27786
2009-03-18 20:54:28 +00:00
Guy Harris a1ea9ba618 Squelch a P64 warning.
svn path=/trunk/; revision=27785
2009-03-18 20:48:42 +00:00
Guy Harris 7fe1c7daf5 Get rid of P64 warnings; those strings should never be longer than 2^31-1.
svn path=/trunk/; revision=27784
2009-03-18 20:47:22 +00:00
Guy Harris 59677ebed0 Use g_strreverse() to reverse strings.
svn path=/trunk/; revision=27783
2009-03-18 20:45:57 +00:00
Guy Harris fd7d6fdc03 Get rid of some P64 warnings; those lengths should never be > 2^31-1.
svn path=/trunk/; revision=27782
2009-03-18 20:42:59 +00:00
Guy Harris e98e65977f Get rid of uses of size_t; they're not necessary, and it causes a pile
of 64-bit-to-32-bit conversion warnings in LLP64 environments such as
Win64.

svn path=/trunk/; revision=27781
2009-03-18 20:41:45 +00:00
Richard van der Hoff 0bf1ff9f10 improve dissection of optional parameters. In particular, make the tag and length fields explicit.
svn path=/trunk/; revision=27780
2009-03-18 20:31:15 +00:00
Richard van der Hoff 02dbe1edba fix unused parameter warning
svn path=/trunk/; revision=27779
2009-03-18 20:30:35 +00:00
Anders Broman 0d2fb53b74 - Fix APDU dissection.
- NAS EPS bugfixes and enhancements.

svn path=/trunk/; revision=27778
2009-03-18 19:40:54 +00:00
Bill Meier 1f54573f66 From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];
From me:
   - As suggested by Jakub actually use sizeof(...) rather than a numeric constant
      in various places;


svn path=/trunk/; revision=27775
2009-03-18 15:35:55 +00:00
Martin Mathieson f2c6ea1f55 Allow a lot more than 32 subheaders.
svn path=/trunk/; revision=27774
2009-03-18 15:35:45 +00:00
Bill Meier 4f34bb9b15 From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];
- As suggested actually use sizeof(...) rather than a numeric constant.
  - g_snprintf() and g_vsnprintf() since glib 1.3.12 do not return -1.

svn path=/trunk/; revision=27772
2009-03-18 15:03:46 +00:00
Anders Broman bd72a48963 From Munenori Ohuchi:
Enhacement to support 'WiMAX Forum/3GPP2 Proxy Mobile IPv4'.

svn path=/trunk/; revision=27770
2009-03-18 07:36:53 +00:00
Anders Broman 85b8227311 From Bjørn Mork:
Decode ipv6prefix attributes in packet-radius.

svn path=/trunk/; revision=27769
2009-03-18 07:31:35 +00:00
Anders Broman 26e5b929fa From Patrick A Baldwin:
Enhancements for CCSDS Dissectors.

svn path=/trunk/; revision=27768
2009-03-18 07:29:36 +00:00
Anders Broman 9fd55bf111 Fix a typo.
svn path=/trunk/; revision=27761
2009-03-17 20:20:36 +00:00
Bill Meier a993847667 (Minor): Remove some unneccessary code; Fix a typo;
svn path=/trunk/; revision=27759
2009-03-17 19:30:58 +00:00
Bill Meier 4f01ce929b Add a comment about the way g_snprintf is used.
svn path=/trunk/; revision=27758
2009-03-17 19:28:05 +00:00
Bill Meier a213345be2 Add a comment about the way g_snprintf() is used.
svn path=/trunk/; revision=27756
2009-03-17 18:13:44 +00:00
Martin Mathieson c3265c9fdf Add a ReTX count (resends being caused by HARQ NACKs).
svn path=/trunk/; revision=27739
2009-03-16 15:39:52 +00:00
Bill Meier 2b63715879 Remove some non-ascii characters.
svn path=/trunk/; revision=27737
2009-03-16 13:58:40 +00:00
Stig Bjørlykke a2cf3593bb Removed some non-ASCII characters.
svn path=/trunk/; revision=27736
2009-03-16 10:14:44 +00:00
Stig Bjørlykke 26d30411b6 Adjusted my name to use only ASCII characters.
svn path=/trunk/; revision=27733
2009-03-15 21:13:27 +00:00
Bill Meier 0defd072f5 Fix perror, calloc usage so checkAPIs doesn't complain.
(The usage is inside an #ifdef REMOVED so it's 
 just commented out so checkAPIs.pl doesn't see it).

svn path=/trunk/; revision=27731
2009-03-15 20:47:12 +00:00
Stig Bjørlykke 0258be0b05 From Jakub Zawadzki:
More remove checking for NULL before g_free().

svn path=/trunk/; revision=27728
2009-03-15 18:08:46 +00:00
Bill Meier 0f9f5caf9d As suggested by Jakub Zawadzki: g_free() is NULL safe, so we don't need check against it.
Also (from me): Clean up spacing

svn path=/trunk/; revision=27727
2009-03-15 15:40:55 +00:00
Bill Meier 091c4a0009 Fix non-ascii characters
svn path=/trunk/; revision=27723
2009-03-15 15:02:24 +00:00
Stig Bjørlykke 9ebac2bff6 g_free() is NULL safe, so we don't need check against it.
svn path=/trunk/; revision=27719
2009-03-13 22:21:22 +00:00
Stig Bjørlykke 62f60df6b4 From Jakub Zawadzki (bug 3331):
g_free() is NULL safe, so we don't need check against it.

svn path=/trunk/; revision=27718
2009-03-13 22:06:48 +00:00
Balint Reczey 10ab8cc28d Fix inverted interpretation of global_megaco_dissect_tree.
svn path=/trunk/; revision=27716
2009-03-13 16:51:40 +00:00
Stig Bjørlykke cafdbc05f4 From Menno Andriesse:
Check for correct tx_mode in dissect_s5066_21() and dissect_s5066_25().

svn path=/trunk/; revision=27714
2009-03-12 22:06:59 +00:00
Stig Bjørlykke 1511ef5a88 From Chris Ridd (bug 3329):
There are two additional fields in PartialOutcomeQualifiers in X.500(2005) -
the entryCount CHOICE now has an "exact" option, and there's a "streamedResult"
flag.

svn path=/trunk/; revision=27713
2009-03-12 20:51:34 +00:00
Martin Mathieson 7bff5bf554 The abbreviation is "TOHC", not "RoHC".
svn path=/trunk/; revision=27700
2009-03-11 12:04:58 +00:00
Martin Mathieson add4159aca Be careful not to show not-relevant context info.
svn path=/trunk/; revision=27699
2009-03-11 11:17:16 +00:00
Jaap Keuter affc58bea9 From Brian Julin:
Add EnergyWise TLV dissection to CDP dissector.

svn path=/trunk/; revision=27698
2009-03-11 07:54:40 +00:00
Jaap Keuter 6acffc2357 Get the build going again on non-Windows compilers.
svn path=/trunk/; revision=27697
2009-03-11 07:35:43 +00:00
Anders Broman 564846935a From Carlos Mendioroz:
IAX2 calls statistics window ala RTP.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3217

svn path=/trunk/; revision=27696
2009-03-11 06:43:46 +00:00
Anders Broman dd90adfe90 From Michael Lum:
More dissection of IOS parameters in ANSI MAP IOS Invoke/Response Data
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3323

svn path=/trunk/; revision=27695
2009-03-11 06:27:40 +00:00
Anders Broman 63398b72d2 Typo.
svn path=/trunk/; revision=27694
2009-03-11 06:19:35 +00:00
Anders Broman bc366a6917 Prepare IE dissection.
svn path=/trunk/; revision=27693
2009-03-11 06:15:16 +00:00
Anders Broman 4465e9d053 From Michael Lum:
ISUP - added support for Calling Geodetic Location parameter.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3322

svn path=/trunk/; revision=27692
2009-03-11 06:14:18 +00:00
Gerald Combs e4892bb6c3 Make sure our offset increases, otherwise we'll go into a large loop.
svn path=/trunk/; revision=27682
2009-03-09 20:52:24 +00:00
Stig Bjørlykke 783fd3b199 Corrected oid names.
svn path=/trunk/; revision=27673
2009-03-09 13:26:47 +00:00
Stig Bjørlykke 093facc8c6 Corrected oid name.
svn path=/trunk/; revision=27672
2009-03-09 13:25:43 +00:00
Jaap Keuter 118a07bfde From Steve Karg:
Corrected the size of the for-loop counter declaration, added expert info and checksum_[good|bad] flags.
Added the MS/TP checksum bad setting to Checksum color filter.

svn path=/trunk/; revision=27670
2009-03-09 06:04:00 +00:00
Stig Bjørlykke b4c2f2044a Don't use ep_strndup() to copy the uat protocol name, because the value
can be free'ed before we use it.  Allocate the string like we do for
other strings and copy/free the memory in the appropriate copy_cb/free_cb
functions.  This is only used in the DLT_USER table yet.

svn path=/trunk/; revision=27663
2009-03-08 22:31:28 +00:00
Jaap Keuter dc0426a532 Redesign GeoIP information presentation.
svn path=/trunk/; revision=27655
2009-03-08 14:11:01 +00:00
Stig Bjørlykke e39edbb176 From Peter (bug 3314):
Fixed some 'longjmp' issues.

svn path=/trunk/; revision=27654
2009-03-08 14:00:09 +00:00
Stig Bjørlykke 089622fe33 Indicate hexadecimal preferences.
svn path=/trunk/; revision=27652
2009-03-08 12:00:14 +00:00
Stig Bjørlykke 4c4666e4a7 Indicate hexadecimal preferences.
svn path=/trunk/; revision=27651
2009-03-08 11:57:44 +00:00
Stig Bjørlykke 2445e38d88 Indicate hexadecimal preferences.
svn path=/trunk/; revision=27650
2009-03-08 11:55:44 +00:00
Stig Bjørlykke 90f6c29b8c Move packet-pres.c to dirty ASN.1 dissectors until we fix the warning
for data_ptr in uat_new().

svn path=/trunk/; revision=27642
2009-03-07 10:27:37 +00:00
Stig Bjørlykke b43af91fe0 Added an expert info when dissector is not available.
svn path=/trunk/; revision=27632
2009-03-07 00:31:03 +00:00
Stig Bjørlykke 7ff188128b Added a users context list to map a presentation context identifier to an
object identifier when the capture does not contain a PRES package with a
presentation context definition list for the conversation.

Added a few expert infos.

svn path=/trunk/; revision=27631
2009-03-07 00:28:34 +00:00
Bill Meier 262f40505a Adjust some indentation; reformat a line or two.
svn path=/trunk/; revision=27628
2009-03-06 22:55:02 +00:00
Stig Bjørlykke d7d058214e From Alexis La Goutte (bug 3308):
Add DHCP(v4 & v6) Option for CAPWAP (RFC5417)

svn path=/trunk/; revision=27625
2009-03-06 19:43:45 +00:00
Jaap Keuter 055a9393b6 From Steve Karg:
BACnet TimeSync message of 12:20 was displayed as 12:20 AM.  
It should have displayed as 12:20 PM.

svn path=/trunk/; revision=27624
2009-03-06 19:25:49 +00:00
Stig Bjørlykke e3224c052e From Petr Sumbera (bug 3309):
Including openssl.h does not seem to be needed, so try removing it.

svn path=/trunk/; revision=27623
2009-03-06 19:03:42 +00:00
Bill Meier 6485cd2d62 From Michael Speck: Fix so compiles with VC6
svn path=/trunk/; revision=27620
2009-03-06 15:41:02 +00:00
Bill Meier 4272291577 Correct bug in heuristic so as to strengthen it a bit.
Specifically: a little research verifies that the correct
 heuristic is: Succeed if the byte at offset 0 is an STX *and* the
 bytes at offset 3/4 correspond to a valid OICQ command.
 The code was actually effectively doing an *or* and thus the
 heuristic was quite weak.

svn path=/trunk/; revision=27619
2009-03-06 00:24:06 +00:00
Stig Bjørlykke db57a3b6fb Use some default true_false_string's.
Fixed a typo.

svn path=/trunk/; revision=27618
2009-03-05 22:29:15 +00:00
Bill Meier 8d15bd9a47 Remove stuff that's really "non-public" from .h files.
(Include in .c files as needed).

svn path=/trunk/; revision=27616
2009-03-05 16:41:50 +00:00
Jaap Keuter 5cb3009eca Addition of Ping and PingAck messages.
svn path=/trunk/; revision=27615
2009-03-05 07:21:43 +00:00
Stephen Fisher 3fbc57cfde Remove an unused variable.
svn path=/trunk/; revision=27614
2009-03-05 04:55:51 +00:00
Bill Meier 219ed7c2d0 Oops! Fix the fix
svn path=/trunk/; revision=27613
2009-03-05 04:32:08 +00:00
Bill Meier 1c0924f622 Minor rework of reg_handoff ...
svn path=/trunk/; revision=27612
2009-03-05 04:14:01 +00:00
Bill Meier bd07a900e6 Prefs callback not req'd ...
svn path=/trunk/; revision=27611
2009-03-05 04:12:12 +00:00
Bill Meier 17710036ec Minor rework of reg_handoff ...
svn path=/trunk/; revision=27610
2009-03-05 04:10:45 +00:00
Bill Meier 5f01780b38 Several small revisions:
- "if (!initialized)" not req'd in reg_handoff;
 - call find_dissector for "ppp" and "fr" only
    once in reg-handoff instead of each time the
    sub-dissector is called.
 - Move hf[] & etc to within proto_register...

svn path=/trunk/; revision=27609
2009-03-05 04:04:38 +00:00
Guy Harris 24acae4006 Get rid of an unused global variable.
svn path=/trunk/; revision=27608
2009-03-05 03:05:02 +00:00
Guy Harris 8948fea86e Fix typo that caused compiler warnings.
svn path=/trunk/; revision=27607
2009-03-04 20:39:10 +00:00
Anders Broman 254ba09e7a From Neil Piercy:
Embedded RRC messages not dissected.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3300

svn path=/trunk/; revision=27606
2009-03-04 19:59:56 +00:00
Anders Broman 2db386dfd4 - Use correct length in TLV-E and LV-E.
- Update PD values to the latest spec.
- Remove some non ASCII chars.
- Start dissecton of LTE NAS ESM EPS messages and IE's.

svn path=/trunk/; revision=27605
2009-03-04 19:51:55 +00:00
Stig Bjørlykke 1c9cbffcdf From Neil Piercy (bug 3299):
Added support for length greater than 127 (less than 16K).

svn path=/trunk/; revision=27603
2009-03-03 22:46:47 +00:00
Anders Broman b1d01b16c2 Use correct length.
svn path=/trunk/; revision=27602
2009-03-03 22:33:45 +00:00
Anders Broman b7aca01b5e Fix a typo.
svn path=/trunk/; revision=27601
2009-03-03 22:33:14 +00:00
Anders Broman 26afda27e0 Change key_len to guint16.
svn path=/trunk/; revision=27599
2009-03-03 22:16:26 +00:00
Stig Bjørlykke 8a3c3607dc Moved the dissector_handle_t.
svn path=/trunk/; revision=27598
2009-03-03 22:06:11 +00:00
Stig Bjørlykke 94efc8a9c7 Removed unused rpcap_handle.
svn path=/trunk/; revision=27597
2009-03-03 22:04:44 +00:00
Stig Bjørlykke af6a260b97 Moved the dissector_handle_t.
svn path=/trunk/; revision=27596
2009-03-03 22:02:17 +00:00
Stig Bjørlykke f528fef394 Renamed filter name to x25 to be like other X protocols.
svn path=/trunk/; revision=27595
2009-03-03 22:00:10 +00:00
Stig Bjørlykke dce5b2bc42 Added support for Memcache Binary Protocol.
svn path=/trunk/; revision=27594
2009-03-03 21:57:43 +00:00
Stig Bjørlykke c84b8b1c4b Add expert info when bad checksum.
svn path=/trunk/; revision=27593
2009-03-03 21:38:49 +00:00
Martin Mathieson 93eedb2d3f Add a newline at the end of the file.
svn path=/trunk/; revision=27592
2009-03-03 20:55:38 +00:00
Anders Broman 2222ecef6e Artem Tamazov:
Introduction of decoding of MPLS payloads as HDLC PW (RFC4618)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3297

svn path=/trunk/; revision=27591
2009-03-03 20:07:38 +00:00
Anders Broman 981c54cd35 Artem Tamazov:
MPLS payload dissection: +menu for default, ~pw-eth, ~pw-generic

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3294

svn path=/trunk/; revision=27590
2009-03-03 20:01:01 +00:00
Anders Broman c1e511b92e From Alvaro Vega Garcia:
Support ZIOP and MIOP (specialized CORBA protocols).
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3238

svn path=/trunk/; revision=27589
2009-03-03 19:51:08 +00:00
Anders Broman d74b26303c From Sven Eckelmann:
Support aggregated originator messages in B.A.T.M.A.N. dissector.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3268

svn path=/trunk/; revision=27588
2009-03-03 19:26:45 +00:00
Anders Broman f638e28b21 From Michael Lum:
pESN detection fix and additional dissection enhancements.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3254

svn path=/trunk/; revision=27587
2009-03-03 19:22:54 +00:00
Anders Broman 5d8ce54e34 Use the SCTP ppid for S1AP.
svn path=/trunk/; revision=27585
2009-03-03 18:25:25 +00:00
Anders Broman 9eb5ed0d9b Update UMA towards the most recent 3GPP spec, and export InterRATHandoverInfo
from the RRC dissector.

svn path=/trunk/; revision=27584
2009-03-03 18:24:10 +00:00
Jeff Morriss 8320827203 Fix conversation tracking bug noticed in:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3216#c2

(Basically: how the dissector was dissecting frames--in the GUI--changed based
on the order you had clicked on them.)

... by rewriting how the frame states are maintained: rather than maintaining
a g_hash table of frames and their states, hang the (now se_alloc'd) frame
data off the frame (using p_*_proto_data()).

svn path=/trunk/; revision=27575
2009-03-01 21:37:30 +00:00
Anders Broman dc83437e56 Add more IE dissection.
svn path=/trunk/; revision=27574
2009-03-01 20:39:44 +00:00
Jaap Keuter 607981ea05 From Carles Kishimoto:
Dissector for the proprietary protocol FEFD (Far End Failure Detction) from Force10networks.

svn path=/trunk/; revision=27571
2009-03-01 15:32:17 +00:00
Guy Harris 067d476556 Clean up display of QoS PS Buffer State field.
svn path=/trunk/; revision=27570
2009-03-01 08:24:24 +00:00
Guy Harris 04072a4202 Show bit 4 of the QoS field for frames not coming from an AP.
Make the TXOP Limit, Queue Size, and TXOP Duration Request part of the
QoS field separate named fields, and show them in a bit better fashion.

svn path=/trunk/; revision=27569
2009-03-01 07:26:59 +00:00
Jeff Morriss 6ce992885e From Toralf Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3216 :
Implement mysql_dissect_row_packet().

From me: change all tvb_length_remaining() calls to
tvb_reported_length_remaining() so the dissector will throw an exception if
the packets are truncated.

svn path=/trunk/; revision=27568
2009-02-28 19:30:56 +00:00
Jeff Morriss 2a516cfe4d Remove a whole bunch of if(tree)'s that were protecting single
proto_tree_add_*() calls: those APIs check if tree is NULL too and taking
out the dissector's ifs makes the code easier to read.

svn path=/trunk/; revision=27567
2009-02-28 19:14:14 +00:00
Jeff Morriss 29e1dd0dc4 From Alex Turbov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3291 :
SNAC(4,2) actually have uint32_t type of last field and its mean time in
milliseconds

svn path=/trunk/; revision=27566
2009-02-28 18:26:46 +00:00
Jeff Morriss ed96ef8e03 From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3281 :
The LCS Client Type parameter in a BSSMAP Perform Location Request is not being
dissected (1.1 trunk).

The LCS Priority and LCS QoS are fine.

svn path=/trunk/; revision=27565
2009-02-28 04:27:43 +00:00
Jaap Keuter 6895406b11 From Didier Gautheron:
ECWmin and ECWmax in the Beacon WME Information Element are not displayed correctly.
They appear as equal each to the other. It should be: byte2 & 0x0f, (byte2 & 0xf0) >> 4.

svn path=/trunk/; revision=27550
2009-02-26 05:42:55 +00:00
Jaap Keuter b47e7619e6 From Mark C. Brown:
Added support for HPVM (Integrity Virtual Machines) guest AVIO (Accelerated Virtual IO) driver IGSSN.
Cleaned up the trace record checks.  
Made the default ethernet if the nettl subsystem is not recognized.

svn path=/trunk/; revision=27549
2009-02-25 23:19:56 +00:00
Stig Bjørlykke f8b4868230 Added a few service values.
svn path=/trunk/; revision=27547
2009-02-25 20:28:36 +00:00
Martin Mathieson e39897e30d More updates to LTE MAC stats. Layout working better now.
svn path=/trunk/; revision=27546
2009-02-25 18:02:09 +00:00
Bill Meier 281c4d0f5d Prefs callback not req'd; hf[]: Use NULL (not "") for empty blurb.
svn path=/trunk/; revision=27545
2009-02-25 16:23:38 +00:00
Stig Bjørlykke 8e2068eb86 Added initial support for Canon BJNP.
svn path=/trunk/; revision=27544
2009-02-25 14:12:38 +00:00
Martin Mathieson 8728071ae9 Add a preference to control checking of reserved bits.
svn path=/trunk/; revision=27543
2009-02-25 11:33:47 +00:00
Guy Harris 260f06a9df Put in a comment discussing ways of better handling the FCS in various
protocols.

Clean up white space.

svn path=/trunk/; revision=27542
2009-02-25 11:25:12 +00:00
Guy Harris eeae7f9ff0 Clean up the comments in the L2TP dissector about RFCs.
Clean up indentation a bit.

Clean up the L2TPv3 dissection a bit.

Make an OAM cell dissector, and have the L2TP dissector call it.

svn path=/trunk/; revision=27540
2009-02-25 09:26:27 +00:00
Jaap Keuter c265b3003d From Alex Turbov:
Decoding SNAC(13,1a) leads to DISSECTOR_ASSERT_NOT_REACHED in proto.c:1006
because of invalid call to proto_tree_add_item() in 
dissect_aim_snac_ssi_auth_reply() (@ packet-aim-ssi.c).

svn path=/trunk/; revision=27539
2009-02-25 06:33:56 +00:00
Guy Harris a721172b47 Port Mapping Protocol, not Plug-'n-Play.
Give the I-D number and a URL to the (now-expired) draft.

svn path=/trunk/; revision=27538
2009-02-25 00:36:31 +00:00
Stig Bjørlykke 248ca24f4f Removed mark for unused pinfo, its in use.
svn path=/trunk/; revision=27537
2009-02-25 00:28:19 +00:00
Stig Bjørlykke ee08eca67b Added support for NAT Port Mapping Protocol (NAT-PMP).
svn path=/trunk/; revision=27536
2009-02-25 00:22:47 +00:00
Jaap Keuter 860a6d7f95 From Jerry Kotland:
There's a slight error with one of the 802.11n SM Power Save labels.
Currently, when SM Power save == 3, the label is "SM enabled".
According to 802.11n Draft 2.07 it should be "SM Power Save disabled".

svn path=/trunk/; revision=27531
2009-02-24 06:37:45 +00:00
Stephen Fisher ae82bccc32 The beginnings of a World of Warcraft (WoW) protocol dissector.
svn path=/trunk/; revision=27530
2009-02-23 23:50:03 +00:00
Jaap Keuter 5d9a041d91 Fix for bug 3247:
Incorrect index adjustment causes failure to dissect multiple capabilities in optional parameters.

svn path=/trunk/; revision=27529
2009-02-23 22:07:19 +00:00
Stig Bjørlykke 60fd0aaf0b From Kip McAtee (bug 3274):
Don't indicate incorrect Payload Length when having trailing FCS.

svn path=/trunk/; revision=27528
2009-02-23 20:44:11 +00:00
Jaap Keuter 3eddf57266 From Steve Karg:
The ConfirmedEventNotification decoding was only done as far as context tag 8,
so BACnetNotificationParameters 9, 10, and 11 displayed as malformed packet.  
Added context tag decoding for BACnetNotificationParameters 9, 10, and 11. 
Added missing breaks in several switch statements.
Corrected some dissector aborts.
Added several new enumerations from the latest BACnet 135-2008 standard, and
updated the list of BACnet Vendor IDs.

svn path=/trunk/; revision=27527
2009-02-23 20:01:00 +00:00
Stig Bjørlykke c65d15f1e0 Fix a typo in a dummy function.
svn path=/trunk/; revision=27517
2009-02-22 21:44:54 +00:00
Jaap Keuter 23461c4382 Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27506
2009-02-22 12:01:19 +00:00
Jaap Keuter 9da243b13c Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27505
2009-02-22 11:43:37 +00:00
Jaap Keuter 4683efcfe2 Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27504
2009-02-22 11:25:16 +00:00
Jaap Keuter 80863f9568 Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27503
2009-02-22 11:10:29 +00:00
Jaap Keuter 9fb248f1c0 Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27502
2009-02-22 10:52:05 +00:00
Jaap Keuter 03bbd18a0b Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27501
2009-02-22 10:29:14 +00:00
Jaap Keuter eb77f8a35e Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27500
2009-02-22 10:04:39 +00:00
Jaap Keuter 1948ad3985 Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27499
2009-02-22 09:41:05 +00:00
Jaap Keuter b171a36a4f Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27498
2009-02-22 09:24:27 +00:00
Jaap Keuter 56a1139bc0 Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27497
2009-02-22 09:09:27 +00:00
Jaap Keuter 663f835c1e Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27496
2009-02-22 00:04:14 +00:00
Jaap Keuter 47f31f3f91 Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27495
2009-02-21 22:22:16 +00:00
Martin Mathieson ebca64a19b Fix length field passed to tap when last in frame. Also check for > BSR.
svn path=/trunk/; revision=27493
2009-02-21 21:22:41 +00:00
Jaap Keuter 715fd1d169 Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27492
2009-02-21 20:22:40 +00:00
Martin Mathieson e6662f6223 Set and use 'plane' more carefully.
svn path=/trunk/; revision=27488
2009-02-20 10:17:52 +00:00
Martin Mathieson 34423cbcc3 From Vincent Helfre:
#define some constants, and move constants into header files.
Hopfully this will make it easier for these dissectors to be reused.

svn path=/trunk/; revision=27487
2009-02-19 22:25:36 +00:00
Guy Harris c690a24816 Fix warning on Solaris/GCC about setjmp/longjmp.
svn path=/trunk/; revision=27486
2009-02-19 09:23:34 +00:00
Martin Mathieson 1714f14b75 Make some display strings less verbose.
svn path=/trunk/; revision=27483
2009-02-18 11:40:13 +00:00
Stig Bjørlykke 37575374b8 Added one more string_or_null.
svn path=/trunk/; revision=27482
2009-02-18 10:07:29 +00:00
Gerald Combs 95ddd62076 Add a string utility function "string_or_null" which can be used to
guarantee a non-null string value. Use it in the LDAP dissector. Fixes
the crash on Windows (and other platforms) reported in bug 3262.

svn path=/trunk/; revision=27478
2009-02-17 23:15:35 +00:00
Stig Bjørlykke f490cdd7fc Try to be smart and add ansi_tele_msg_status_strings, mostly to make it compile.
svn path=/trunk/; revision=27477
2009-02-17 09:20:21 +00:00
Jaap Keuter d06cd3da4b Have message status decoded.
svn path=/trunk/; revision=27476
2009-02-17 07:52:13 +00:00
Stephen Fisher 6ba3b154a0 Fix compiler warning/error:
Comment out an unused variable and #if 0 out an unused function.


svn path=/trunk/; revision=27475
2009-02-17 07:32:52 +00:00
Anders Broman 0c38c3c67f From Jan Adamek:
Dissector ansi_637 does not have message status parameter.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3259

svn path=/trunk/; revision=27471
2009-02-17 05:58:01 +00:00
Anders Broman 5729f9040b From Steve Karg:
BACnet PrivateTransferError shows malformed packet.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3257

svn path=/trunk/; revision=27470
2009-02-17 05:56:12 +00:00
Anders Broman 735764e6da From Michael Lum:
ANSI MAP fix for missing MEID/MSC ID number in RegNot
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3255

svn path=/trunk/; revision=27469
2009-02-17 05:54:04 +00:00
Stig Bjørlykke 5904c38632 Mark an unused argument.
svn path=/trunk/; revision=27468
2009-02-16 22:32:06 +00:00
Anders Broman fea7018ed8 Add dissection of some IE's, reworked input from Zakia Karim.
svn path=/trunk/; revision=27467
2009-02-16 21:21:11 +00:00
Stephen Fisher 18f3436e85 Add support for reading Apple's Bluetooth PacketLogger capture files to
wiretap.  Modify various other locations to accommodate the fact that
PacketLogger files do not specify the direction of packets. 


svn path=/trunk/; revision=27463
2009-02-16 07:24:04 +00:00
Guy Harris 5742ede54c Add an additional "title" attribute for UAT fields; that's what's
displayed to the user.

svn path=/trunk/; revision=27462
2009-02-16 04:10:06 +00:00
Stig Bjørlykke 8f2e6281c1 Removed an unused variable.
svn path=/trunk/; revision=27455
2009-02-15 21:37:05 +00:00
Ulf Lamping 597ee656db try to fix some solaris buildbot warnings
svn path=/trunk/; revision=27449
2009-02-14 01:18:11 +00:00
Bill Meier b20c4d6898 Trivial: Fix a typo; adjust some indentation
svn path=/trunk/; revision=27446
2009-02-13 15:08:00 +00:00
Anders Broman 5da5e0a38f Unused variables :-(
svn path=/trunk/; revision=27445
2009-02-13 06:30:27 +00:00
Anders Broman d623d75a78 Change the signature of the IE dissectors and minor updates.
svn path=/trunk/; revision=27444
2009-02-13 06:10:57 +00:00
Bill Meier 5817e6002b dissect_rtp_heur: prevent a 'false positive' when trying stun dissection.
Specifically: when dissect_rtp_heur calls the stun dissector:
- Don't do a 'data' dissection if stun dissection fails;
  (ie: use call_dissector_only instead of call_dissector).
- return the stun dissector success/fail status to the caller of dissect_rtp_heur;
  (Done by registering and calling the heuristic version of the stun dissector).
Also: use call_dissector_only for each of the dissectors called by dissect_rtp_heur
 (altho it really makes no difference at this point except for the call to the
  stun dissector).

svn path=/trunk/; revision=27443
2009-02-12 17:30:15 +00:00
Bill Meier 1891118906 Fix some indentation; Also: do a few other trivial changes
svn path=/trunk/; revision=27442
2009-02-12 16:21:10 +00:00
Martin Mathieson b0ea821ef6 Add tapping interface to MAC LTE.
svn path=/trunk/; revision=27441
2009-02-12 12:08:05 +00:00
Martin Mathieson 7a96092e54 Call GTPv2 dissector.
svn path=/trunk/; revision=27440
2009-02-12 10:06:23 +00:00
Anders Broman 425480c962 Mark an unused parameter as _U_
svn path=/trunk/; revision=27432
2009-02-11 20:20:11 +00:00
Anders Broman a340dae15e Add basic IE dissection.
svn path=/trunk/; revision=27430
2009-02-11 19:48:21 +00:00
Martin Mathieson 528f4b47d8 Add expert item to NACKs in AM status PDUs.
svn path=/trunk/; revision=27429
2009-02-11 17:51:37 +00:00
Martin Mathieson b5ecf895ec Add missing closing parentheses.
svn path=/trunk/; revision=27428
2009-02-11 17:51:01 +00:00
Bill Meier ee74b7a149 Add netdump.c
svn path=/trunk/; revision=27426
2009-02-11 16:59:53 +00:00
Stig Bjørlykke 29f106a07d Added support for LLMNR.
svn path=/trunk/; revision=27425
2009-02-11 13:25:00 +00:00
Jörg Mayer 3c9e4d5de9 Whitespace changes, missed a comment in German
svn path=/trunk/; revision=27422
2009-02-11 07:46:39 +00:00
Tomas Kukosa 7cfcaa8a6e - detect TLS 1.2
- ciphersuite list updated
- list of alerts and extensions updated

svn path=/trunk/; revision=27421
2009-02-11 07:03:51 +00:00
Bill Meier 9c8570017f Fix for compiler error: " /* within comment "
svn path=/trunk/; revision=27419
2009-02-11 01:38:58 +00:00
Bill Meier f573bba2e8 From Neil Horman (with a few very minor changes by me).
svn path=/trunk/; revision=27417
2009-02-11 00:40:21 +00:00
Anders Broman 2e6de71789 packet-gtpv2.c:216: warning: unused parameter 'pinfo'
svn path=/trunk/; revision=27416
2009-02-10 23:44:56 +00:00
Anders Broman 0416dd2457 Inital GTPv2 dissector.
svn path=/trunk/; revision=27414
2009-02-10 21:57:56 +00:00
Ulf Lamping f904f42f9d Remove an ugly hack:
There was an ugly hack while creating the menu, that tried to detect the stat_group a stats_tree belongs to by looking at the name string. That makes it unnecessarily hard to understand how the menu is really created.

Fix: Add a new function stats_tree_register_with_group() that takes the stat_group as a parameter. Use this function where a stats_tree doesn't fit into the default "unsorted" group.

svn path=/trunk/; revision=27407
2009-02-10 03:54:55 +00:00
Anders Broman cb231972f1 Add dissection of Charging ASE in ISUP APM messages.
svn path=/trunk/; revision=27405
2009-02-09 20:46:59 +00:00
Ulf Lamping 3f533b4038 add some display details
svn path=/trunk/; revision=27404
2009-02-09 19:39:43 +00:00
Bill Meier ee908a7abd #include <epan/conversation.h> not req'd ...
svn path=/trunk/; revision=27392
2009-02-07 16:01:26 +00:00
Bill Meier 42d8daee19 #include <epan/emem.h> not req'd ...
svn path=/trunk/; revision=27391
2009-02-07 15:17:54 +00:00
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