aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-07-22Add NULL termination element to value_string arrays;Bill Meier1-55/+58
Fix some indentation svn path=/trunk/; revision=25797
2008-07-22Get rid of some unused code warnings.Anders Broman6-224/+43
svn path=/trunk/; revision=25796
2008-07-22Remove unnecessary comma from value_string initializerBill Meier1-1/+1
svn path=/trunk/; revision=25795
2008-07-22Add NULL termination element to value_string arrays.Bill Meier1-0/+5
(Done for consistency although not strictly required in these cases); (Also: so no kickouts on this file when doing automated checking for missing NULL termination elements in value-string arrays). svn path=/trunk/; revision=25794
2008-07-22Add NULL termination element to value_string arraysBill Meier4-3/+8
svn path=/trunk/; revision=25793
2008-07-22Add Bahaa Naamneh to AUTHORS.Martin Mathieson1-0/+1
svn path=/trunk/; revision=25792
2008-07-22Get rid of some unused code warnings.Anders Broman9-245/+131
svn path=/trunk/; revision=25791
2008-07-22Try again.Anders Broman2-1123/+59
svn path=/trunk/; revision=25790
2008-07-22Get rid of some unused code warnings...Anders Broman2-122/+202
svn path=/trunk/; revision=25789
2008-07-22Filter autocompletion from Bahaa Naamneh (bug 2581).Martin Mathieson6-4/+634
There are still display filter controls where this isn't being used yet, but I'm committing it now so hopefully people can report any problems. Some commenting and formatting was done by myself. svn path=/trunk/; revision=25788
2008-07-22From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2707Jeff Morriss2-11/+568
The SMPP dissector currently supports only version 3.4. The latest version of the protocol is version 5.0 and it has been around for a while. However, the usage of this version of the protocol is only now picking up. This patch adds basic support for SMPP 5.0. By basic I mean: - New Operations and Responses. - New TLVs. - New Error codes. - Any changes to earlier values. svn path=/trunk/; revision=25787
2008-07-21See if this gets rid of some unused code warnings...Anders Broman2-184/+455
svn path=/trunk/; revision=25785
2008-07-21See if this gets rid of some unused code warnings...Anders Broman2-107/+212
svn path=/trunk/; revision=25784
2008-07-21See if this gets rid of some unused code warnings...Anders Broman2-56/+18
svn path=/trunk/; revision=25783
2008-07-21See if this gets rid of some unused code warnings...Anders Broman2-80/+132
svn path=/trunk/; revision=25782
2008-07-21From Dustin Johnson: Don't pop up a warning dialog every time we can't saveGerald Combs1-11/+9
our AirPcap configuration. Just print out a warning to the console instead. svn path=/trunk/; revision=25781
2008-07-21Fix compile error.Anders Broman2-20/+5
svn path=/trunk/; revision=25780
2008-07-21Update to version 7.9.0Anders Broman8-810/+2409
svn path=/trunk/; revision=25779
2008-07-21Use the tag...Anders Broman1-2/+2
svn path=/trunk/; revision=25778
2008-07-21Use the latest GTK libraries for GTK+ 2.12.11Anders Broman2-8/+8
svn path=/trunk/; revision=25777
2008-07-20Try again ;)Anders Broman1-0/+2
svn path=/trunk/; revision=25776
2008-07-20Fix a warning.Anders Broman2-305/+305
svn path=/trunk/; revision=25775
2008-07-20Will gcc be happy now?Anders Broman1-0/+2
svn path=/trunk/; revision=25774
2008-07-20Fix a warning.Anders Broman2-9/+4
svn path=/trunk/; revision=25773
2008-07-20Uggly hack to fix:Anders Broman1-8/+12
packet-gsm_a.c:4914: warning: comparison between signed and unsigned packet-gsm_a.c:4944: warning: comparison between signed and unsigned svn path=/trunk/; revision=25772
2008-07-20Fix a warning.Anders Broman2-0/+15
svn path=/trunk/; revision=25771
2008-07-20From Neil Piercy :Anders Broman1-144/+1492
Addition dissection for packet-gsm_a.c svn path=/trunk/; revision=25770
2008-07-19From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2723Jeff Morriss2-110/+129
Tigran Mkrtchyan: decode and display fattr4_fs_layout_types. Thijs Stuurman: Synchronize names used by wireshark with those used in latest pnfs draft. J. Bruce Fields: Use large default max_rpc_tcp_pdu_size setting The linux server will do up to 1M these days, so the current default is very likely to discard all reads and writes from such a server. Thanks to Jim Rees for catching this. Jeff Morriss: limit the max_rpc_tcp_pdu_size increase to 4M instead of the 16M proposed. Memory is cheap but still not unlimited. svn path=/trunk/; revision=25769
2008-07-19From Edward J. Paradise viaJeff Morriss2-9/+99
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2693 : The rfc4938bis draft extends the Point-to-Point over Ethernet (PPPoE) protocol with an optional credit-based flow control mechanism and an optional Link Quality Metric report. These optional extensions improve the performance of PPPoE over media with variable bandwidth and limited buffering, such as mobile point-to-point radio links. Support for rfc4938 already exists in wireshark, but rfc4938bis specifies a new credit scale factor TLV and the use of the reserved field of the PADQ to specify max and current data-rate scaling. svn path=/trunk/; revision=25768
2008-07-18Hyphenate "per-packet information".Guy Harris1-3/+3
svn path=/trunk/; revision=25767
2008-07-18From Edward J. Paradise:Jaap Keuter1-3/+3
The #defines for PADG, PADC, and PADQ are incorrect and these packets are showing up as unknown. I would be happy to fix this bug as I would like to enhance the current support for rfc4938 and rfc4938bis to include filtering and inband credit grant decoding. svn path=/trunk/; revision=25766
2008-07-18Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv ↵Jeff Morriss8-122/+1
replacements. svn path=/trunk/; revision=25765
2008-07-18Remove an (unused) HAVE_ICONV reference.Jeff Morriss1-3/+0
svn path=/trunk/; revision=25764
2008-07-18Diameter hasn't used libxml in a while, remove the stubs for it.Jeff Morriss3-1297/+2
svn path=/trunk/; revision=25763
2008-07-18Change C++ style comments to C style ...Bill Meier1-14/+14
svn path=/trunk/; revision=25762
2008-07-17checkAPIs: remove '-g abort'; g_assert OK for wsutils files ?Bill Meier1-1/+2
svn path=/trunk/; revision=25761
2008-07-17Remove -g abort from checkAPIs (for now) since existing issues not yet resolved.Bill Meier1-1/+3
svn path=/trunk/; revision=25759
2008-07-17We require GLIB-2 now so there's no need to attempt to use regular iconv: useJeff Morriss3-178/+178
the GLIB version instead. Reindent some (does someone have their tabstops set to 4?). Create and use some #defines instead of hard-coded values. For example, replace 0x00 with ANSI_X34 in both the value_string and the case statement. (This file could use a lot more of such changes.) packet-bacapp.c appears to compile cleanly now so move it to CLEAN_DISSECTOR_SOURCE. svn path=/trunk/; revision=25758
2008-07-16Don't use C-style comments in a shell script. This fixes this error:Jeff Morriss1-1/+1
./configure: line 21850: /bin: is a directory when running configure. svn path=/trunk/; revision=25757
2008-07-16From Balint Reczey:Jaap Keuter1-1/+16
When saving preferences, wireshark saves the description of each preference in a one line comment. Unfortunately if the description consists of several lines, wireshark comments out only the fist one. The attached patch solves the problem by commenting out every lines in the description. svn path=/trunk/; revision=25756
2008-07-16ssl_hash() needs the StringInfo.data it is passed to be word aligned and it ↵Jeff Morriss1-7/+17
appears that it is (it is ep_malloc'd in ssl_save_session()). Add an intermediate cast to tell the compiler the alignment is okay and comments explaining the cast and warning anyone who might change how it is allocated to keep it aligned. svn path=/trunk/; revision=25755
2008-07-16conv_frame_states is an array of pointers, make it a GPtrArray instead of a ↵Jeff Morriss1-38/+59
GArray with casts svn path=/trunk/; revision=25754
2008-07-16The second argument to g_ptr_array_add() is the pointer to add, not aGuy Harris1-4/+4
pointer to that pointer - unlike g_array_append_vals, which takes a pointer to an array of values and a count of the number of values in the array. svn path=/trunk/; revision=25753
2008-07-16From Alex Turbov:Jaap Keuter1-1/+1
Function dissect_aim_tlv_value_uint32 have consumed 24 bits instead of 32 to obtain a value. svn path=/trunk/; revision=25752
2008-07-16From Alex Turbov:Jaap Keuter1-1/+1
AIM 'New Connection' packet dissector have incorrect size for details pane of TLV 0x14. Actual size is 4 (not 2). svn path=/trunk/; revision=25751
2008-07-15isup_message_type_value is an array, there's no need to pass the address-of ↵Jeff Morriss1-32/+32
it to VALS svn path=/trunk/; revision=25750
2008-07-15GArrays' data is properly aligned for whatever they are holding (despiteJeff Morriss1-124/+149
the fact that 'data' is a pointer to a char). GLIB fixed this in their accessor macro here: http://svn.gnome.org/viewvc/glib?view=revision&revision=6092 The bug report confirms that the data is properly aligned: http://bugzilla.gnome.org/show_bug.cgi?id=502927 So, add some intermediate (void *) casts to avoid "cast increases required alignment of target type" on SPARC. (No, we can't use the accessor macro because we want to access the whole array not just the ith element.) Since build_dict->ett is actually an array of pointers, change it to a GPtrArray. Reindent some. svn path=/trunk/; revision=25749
2008-07-15From Joe Eykholt:Jaap Keuter4-0/+568
FIP is the FCoE Initialization Protocol. FCoE is Fibre-Channel over Ethernet. FIP is being finalized in t11.org, and further changes are not expected. svn path=/trunk/; revision=25748
2008-07-15Add registered fields for the transport class and option bits inGuy Harris1-12/+32
connection requests. svn path=/trunk/; revision=25747
2008-07-15Move the OSI transport protocol dissectors (ISO 8073/ITU-T X.224Guy Harris3-1790/+1864
connection-oriented transport protocol and ISO 8602/ITU-T X.234 connectionless transport protocol) out of packet-clnp.c into packet-isotp.c. svn path=/trunk/; revision=25746