Commit Graph

27011 Commits

Author SHA1 Message Date
Jörg Mayer d50755f465 Andreas Schuler
small fix:
In a  PP packet TA=7 gets dissected as Paging tail.  In case of PP it
is really an Mt .


svn path=/trunk/; revision=27843
2009-03-24 22:09:21 +00:00
Jörg Mayer 0210800d08 Beginnings of WASSP dissection - that's the protocol run between
HiPath Wireless controllers and the APs.

svn path=/trunk/; revision=27842
2009-03-24 22:02:05 +00:00
Martin Mathieson d1fec1b985 Only report CRC Status when we know it to be valid.
svn path=/trunk/; revision=27841
2009-03-24 17:28:30 +00:00
Bill Meier 43682eea00 From David Castleford: ismacrypt dissector
(See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3009)

svn path=/trunk/; revision=27840
2009-03-24 17:00:53 +00:00
Balint Reczey 40fd250351 Removed code duplication in ASCII key computation.
svn path=/trunk/; revision=27839
2009-03-24 11:54:56 +00:00
Tomas Kukosa c61d3c4bb5 add native-nmake.cmd into EXTRA_DIST
svn path=/trunk/; revision=27838
2009-03-24 07:01:22 +00:00
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 45799ebc34 Get rid of another Clist.
svn path=/trunk/; revision=27834
2009-03-23 17:33:20 +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
Guy Harris 2f6fe511f3 Sigh.
dladdr() in GNU libc isn't available (<dlfcn.h> doesn't define Dl_info)
unless _GNU_SOURCE is defined.

In addition, it's not guaranteed to return anything more useful than
argv[0]; just in case that changes at some point in the future, however,
we still use it, we just run it through the same machinery that we run
argv[0] through.  (On Mac OS X, for example, the path of the executable
is handed to the run-time linker by the kernel, so it *is* useful
there.)

svn path=/trunk/; revision=27821
2009-03-22 18:06:06 +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
Bill Meier 1e66f1a63f From Jakub Zawadzki: g_snprintf() & etc since glib 1.3.12
don't return -1, and also always NUL terminate the string.
We can clean sources by removing dead/unnecessary code.
From me: A few additional changes re use of g_snprintf.

svn path=/trunk/; revision=27818
2009-03-22 15:31:44 +00:00
Gerald Combs aa833aea98 [Automatic manuf update for 2009-03-22]
svn path=/trunk/; revision=27816
2009-03-22 15:03:23 +00:00
Guy Harris c73ab7dff7 Change the signature of init_progfile_dir() so the casting of the
function pointer (to main) to an argument to dladdr() is done in
init_progfile_dir() rather than its callers.

svn path=/trunk/; revision=27814
2009-03-22 06:53:17 +00:00
Guy Harris 6f059e8cb7 In Solaris, the second argument to dladdr() is just a void *, not a
const void *.

svn path=/trunk/; revision=27813
2009-03-22 06:38:02 +00:00
Guy Harris 7c6e2155cc Attempt to use dladdr() to get the pathname of the executable image if
it's available and works.

svn path=/trunk/; revision=27812
2009-03-22 00:42:33 +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
Gerald Combs 1c3e3a4a53 Switch back to 1.1.4.
svn path=/trunk/; revision=27810
2009-03-20 23:15:15 +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
Gerald Combs ecd732384c Temporarily switch back to building 1.1.3 final.
svn path=/trunk/; revision=27807
2009-03-20 16:17:02 +00:00
Stig Bjørlykke 825f3d64e0 Put check_col() in each column util function, as discussed in bug 2902.
This will eliminate some problems when not checking before calling the 
functions, and makes the dissector code looks cleaner.

Cleaning up the dissectors is TBD.

svn path=/trunk/; revision=27806
2009-03-20 12:41:03 +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
Ulf Lamping f681477e33 remove GPLv2 CRC code, the new epan CRC stuff is working well
svn path=/trunk/; revision=27803
2009-03-20 10:44:42 +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
Bill Meier 27024a1d5a As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeric constant in various places;
svn path=/trunk/; revision=27800
2009-03-19 17:49:11 +00:00
Bill Meier fa9e9a5e33 -As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric constant in various places;
Also: 
 - Change indentation to be consistent;

svn path=/trunk/; revision=27799
2009-03-19 17:47:00 +00:00
Bill Meier e63e93b27e -As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric constant in various places;
Also: 
 - Change ct_port_to_str to be slightly simpler and more efficient;
 - Change indentation to be consistent;

svn path=/trunk/; revision=27798
2009-03-19 17:44:57 +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 db6795dc82 Use GTK 2.16 and glib 2.20.
svn path=/trunk/; revision=27796
2009-03-19 06:42:46 +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 0230af331b Don't include <stdint.h>, as our Win32 environment appears not to have
it; we're using GLib types, instead.

svn path=/trunk/; revision=27793
2009-03-19 00:05:26 +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