Commit Graph

26804 Commits

Author SHA1 Message Date
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 7cf1229160 Fix some usage of deprecated GTK+ functions
svn path=/trunk/; revision=27630
2009-03-06 23:02:27 +00:00
Stig Bjørlykke f5cfccc2e9 Updated to use the title attribute for UAT fields.
svn path=/trunk/; revision=27629
2009-03-06 22:59:33 +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
Bill Meier 8c685a67e7 Rename a variable ('free') so checkAPIs doesn't incorrectly flag it.
svn path=/trunk/; revision=27627
2009-03-06 22:49:27 +00:00
Bill Meier b89f2dd2bc Update a comment
svn path=/trunk/; revision=27626
2009-03-06 22:34:13 +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
Stig Bjørlykke 26424033d3 From Petr Sumbera (bug 3305):
Recognize Solaris Kerberos (which is based on MIT Kerberos).

svn path=/trunk/; revision=27622
2009-03-06 18:56:53 +00:00
Anders Broman 4175480de6 Get rid of a Clist and move the functon to display floats with two decimals to gui_utils.
svn path=/trunk/; revision=27621
2009-03-06 17:16:56 +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
Stig Bjørlykke ba6a734bdf Addded tfs_used_notused.
svn path=/trunk/; revision=27617
2009-03-05 22:25:36 +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 69be63a5d9 Map "x.25.*" preferences to "x25.*".
svn path=/trunk/; revision=27604
2009-03-04 07:50:17 +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
Stig Bjørlykke 26e26f5917 Added the missing file.
svn path=/trunk/; revision=27600
2009-03-03 22:22:13 +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 cc5110547c Export the E212 dissection routine.
svn path=/trunk/; revision=27586
2009-03-03 18:26:07 +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
Anders Broman 6944dced3d Try to make the solaris buildbot happy.
svn path=/trunk/; revision=27583
2009-03-03 05:52:46 +00:00
Gerald Combs 57dadc4664 More Windows compiler flag cleanups. Fix a problem with my last commit
that would break compilation for older compilers. Create a "DLL_LDFLAGS"
variable and use it in DLLs and plugins. Use PLUGIN_LDFLAGS and
DLL_LDFLAGS where needed. Don't force i386 code in the TPG plugin.

svn path=/trunk/; revision=27582
2009-03-02 21:33:11 +00:00