aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-07-06Shorten a few variables for values read from the packet.jmayer1-7/+7
Inspired by Kovarththanan Rajaratnam's patch for bug 3665 which in turn was a duplicate for the (fixed) bug 3660. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28960 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06Move edp to the top level tree instead of inside the ismpjmayer1-20/+27
tree. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28959 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06OK, nobody cared about the waring, so just remove thejmayer1-0/+4
test for now. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28958 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06CFLOW decoding is wrong for IPv6 fields.etxrab1-8/+11
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3328 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28957 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06Fix a couple of typos.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28956 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06Initialize memory to zero.etxrab1-7/+3
(is NULL = zero on all platforms?) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28955 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06Rewrite non-ASCII characters.stig1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28954 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06Small editorial changes.etxrab1-3/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28953 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06Radius: Additional attribute handling:wmeier3-2/+15
- implement "ether" attribute; - parse "abinary" attribute [uses existing radius_abinary()] Also: add a comment in packet-radius.h about the meaning of the encrypt flag. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28952 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06From Joakim Wiberg via bug 3670:stig2-841/+1191
This patch correctes serveral minor things. 1. Adds decoding of generic services to classes that have a separate dissect function. 2. Adds new error codes. 3. Adds new CIP objects. 4. Extends the VendorID list. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28951 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06Removed an incorrect optimalization for invalidating packet in row 0.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28950 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06Revert checkin made by misstake(don't use new packet list).etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28949 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06Fix for bug 3660: Length (guint32) could become 0 or very largejmayer1-14/+40
(overflow). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28948 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06Decode error for network-id in BICC BCU-IDetxrab1-4/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3648 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28947 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 1: New fileswmeier62-0/+3512
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28946 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06fix install stepulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28945 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-05gtk_tree_view_set_fixed_height_mode() is GTK 2.6etxrab1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28944 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-05[Automatic manuf and enterprise-numbers update for 2009-07-05]gerald2-13/+170
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28941 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-05From Kovarththanan Rajaratnam:etxrab5-65/+65
Cleanup header_field_info definitions https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28940 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-04A fix for:etxrab1-3/+3
"ANSI ISUP Cause indicators with coding standard=ANSI fail to dissect." https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3654 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28939 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-03Set save_fragmented regardless of whether we're reassembling or not, asguy1-3/+4
we restore it regardless of whether we're reassembling or not. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28938 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-03From: Tobias Witek: Fix processing of radius 'vendor specific attributes'wmeier2-3/+12
In the RADIUS dissector, the function radius_register_avp_dissector() registers vendors that are not already present in the dictionary hash-table. As far as I can see, there are two problems with this: 1. The function does not set the number of type/length octets and the has_flags variable for that AVP, which is required to correctly decode AVP/VSA values 2. In some situations, the function is called _before_ radius_load_dictionary() is called (for example for the vendor 3GPP (ID: 10415)) Therefore, all vendor entries that are created by calling radius_register_avp_dissector() leave their type_octets and length_octets un-initialized, which causes incorrect decoding. [Result: Radius dissector displays messages such as: "Malformed Packet: RADIUS" and "Error/Malformed: Malformed Packet(Exception occurred)"] The attached patch fixes this problem by assuming that the dictionary knows the 'ground truth' about the type/length octet and the has_flags information and allows it to overwrite these values even for vendors that have already been loaded. Also: (from Bill Meier): set the type/length octet and the has_flags variables to default "standard" values (1,1,FALSE) in radius_register_avp_dissector(). Fixes Bug #3651 (and Bug #3635). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3651 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3635 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28937 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-03Fix:etxrab3-3/+19
packet-ndmp.c:562: warning: unused parameter 'pinfo' git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28936 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-03From Chris Costa:etxrab1-40/+366
NDMP fragmentation fix. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3395 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28935 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-03Make the compiler on Mac OS X happy...tuexen2-13/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28934 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-03ignore copied ws.css for commitsulfl0-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28933 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-03update to the latest PROFINET draftsulfl2-42/+243
(defragmentation of RT fragments "FRAG-PDU" is still not implemented) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28932 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-03From Kovarththanan Rajaratnam: Fixes for bug #3536wmeier2-31/+34
(plus some additional changes by me). Handle BASE_RANGE_STRING display types properly We always treat header field info strings as value_string's undiscriminated. However, if the header field info display is marked as BASE_RANGE_STRING, we need to treat them as range_string's. This wasn't properly handled in the filter expression dialog and in the filter toolbar which would cause a crash upon referencing any fields marked as BASE_RANGE_STRING. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28931 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-03Try to allocate enough memory on all platforms.gerald1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28930 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02Get it compiling with -DNEW_PACKET_LIST on Mac OS X.tuexen2-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28929 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02Allow the new packet list's columns to be moved backsfisher1-0/+1
and forth while the packet list is open without having to go into the preferences. The new column ordering is not saved for next time though. Perhaps it should be. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28928 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02From Kovarththanan Rajaratnam via bug 3567:gerald1-16/+4
The template cache contains pointers that are session-scope (only freed in netflow_reinit()) but still we use g_malloc(). This patch changes that so we now use se_alloc(). With this patch I'm able to reproduce the crash ("Per-session memory corrupted"). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28927 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02Update documentation links.gerald1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28926 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02Don't dump out the raw link-layer type when noting thatguy1-2/+5
KHciLoggerDatalinkTypeBCSP and KHciLoggerDatalinkTypeH5 aren't supported - just explicitly say "BSCP" or "H5". For unknown link-layer types, say "unknown or unsupported", as other Wiretap modules do. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28925 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02Patch from Alex Badea for Bug 3645.tuexen1-2/+2
This fix will be included in Wireshark 1.2.1. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28924 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02mkstemp cleanups.gerald2-6/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28923 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02This time with the comment...etxrab1-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28922 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02Don't resort the list for every row, the list will be in packet order any ↵etxrab1-1/+1
way. And "clicking" on the column titles will resort the list. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28921 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02Pull mkstemp() into tempfile.c. That's the only place we use it now, andgerald10-149/+177
it's arguably the only place we _should_ use it. Add create_tempdir() to tempfile.c and use it to create a temp directory for IP maps. This should fix bug 3530. (This still doesn't work on IE 8 / Vista here. IE gives an access denied error in OpenLayers.js, but this is a separate issue). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28920 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02From Radek Vokál:etxrab2-9/+367
Support for new NFSv4 features. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3258 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28919 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02Move updating menus with new recent values to a point after we have createdstig1-1/+3
the new packet list, because we relay on the columns for time values. This fixes bug 3640. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28918 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02From Albert Chin:stig2-2/+2
Small patch to make it compile on AIX. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28917 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02Fix the build.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28916 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-01Updates to create_tempfile:gerald11-121/+94
- Use g_get_tmp_dir, just like get_tempfile_path. - Don't make the caller worry about the path buffer length. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28915 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-01Fix a couple of labels.gerald1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28914 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-01Added error value tables.stig1-6/+68
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28913 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-01Add a couple of IPFIX labels where they differ from Netflow.gerald1-4/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28912 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-01Try to fix fuzzing errors in bug 3636. When dissecting an optionsgerald1-16/+33
template, differentiate between Netflow v9 and IPFIX, which require different interpretations. Add other minor fixes and comments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28911 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-01Thou shalt not call assert() in dissectors.guy1-9/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28910 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-01Realy make the new packet list compile under Windows...etxrab4-5/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28909 f5534014-38df-0310-8fa8-9805f1628bb7