aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-05-25Handle lines ending in \r\n.Bill Meier1-2/+2
Fixes Bug #4780 See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4780 svn path=/trunk/; revision=32956
2010-05-25From Sam Leffler and Javier Cardona via email & bug 4793:Gerald Combs1-12/+661
Add 802.11s mesh support. From me: Merge all of the "#ifdef" and "#if 0" switches into "#ifdef MESH_OVERRIDES" Add Fast BSS Transition to the list of overridden tags. Fix a couple of variable initialization errors. svn path=/trunk/; revision=32955
2010-05-25Add a note about running autogen.sh.Gerald Combs1-2/+1
svn path=/trunk/; revision=32954
2010-05-25RFC 4165 uses the same message/parameter formats as draft-12 did so let'sJeff Morriss1-46/+46
call it RFC 4165. svn path=/trunk/; revision=32953
2010-05-25Only try header reassembly for TCP.Anders Broman1-1/+1
svn path=/trunk/; revision=32952
2010-05-25Remove find_val_for_stringJeff Morriss1-1/+0
svn path=/trunk/; revision=32951
2010-05-25find_val_for_string() is only used in prefs.c so remove the prototypeJeff Morriss2-9/+5
and make it static. When reading enum preferences, use the current value of the preference as the default value of the preference instead of a hard-coded 1. This way if we couldn't find the appropriate value we'll don't end up changing the preference to something that may or may not make sense. svn path=/trunk/; revision=32950
2010-05-25Pull the big pile of code that handles theGuy Harris1-129/+101
capture-stopping/file-switching operation into a routine. Move a few variables into the loop_data structure so that routine can get at them. svn path=/trunk/; revision=32949
2010-05-25From Neil Piercy:Anders Broman1-22/+40
Fix misleading PER Bit string display. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4789 (I Added bits display) svn path=/trunk/; revision=32948
2010-05-25Fix for bug 4782:Jaap Keuter1-2/+2
Use proper bitmask to test the "MATCH"-part. svn path=/trunk/; revision=32947
2010-05-25Add a filter for DCT2000 error strings, and allow it be included in ↵Martin Mathieson2-0/+34
generated filters from RLC status window. svn path=/trunk/; revision=32946
2010-05-25Re-organise which FI bits are used to store expert severity and event info, ↵Martin Mathieson1-16/+17
in order to avoid clash with bit offset and length as added in 4413 (Improve bitview display). The event info values were (mostly) done as though they were flags rather than values, but as it doesn't really make sense to combine events I changed them to use contiguous values. They now use the 8 m.s. bits, so there are now 9 unused bits available for new uses. svn path=/trunk/; revision=32945
2010-05-25Support of value_string_ext in the asn2wrs using new directive #.USE_VALS_EXTTomas Kukosa3-9/+36
Example usage in NBAP svn path=/trunk/; revision=32944
2010-05-25Remove faulty vendor from SIP AVP:s, update comments.Anders Broman4-21/+186
svn path=/trunk/; revision=32943
2010-05-25From Jakub Ruzicka:Anders Broman2-10/+214
Trunk packet support in IAX2 dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4783 svn path=/trunk/; revision=32942
2010-05-25From H.sivank: GtkOSXApplication support.Guy Harris9-58/+176
Call the various flavors of OS X integration just "OS X integration", not anything with "IGE" in it - it appears that, in some places, "ige-mac-integration" refers only to the older Carbon-based functions, although the library still appears to be called -ligemacintegration. Update the URLs for the information about the OS X integration libraries. Clean up help message for --with-pcap-remote. Clean up white space a bit. Speaking of white space, it's "Mac OS X", not "MacOS X". svn path=/trunk/; revision=32941
2010-05-25Minor rewording; Also: add note to not use "" for a hf[] array blurb.Bill Meier1-5/+5
svn path=/trunk/; revision=32940
2010-05-24Jose Pedro Oliveira <jpo@di.uminho.pt>Jörg Mayer1-0/+1
(via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4786) Add missing +INCLUDE(CheckVariableExists) to make the previous commit work. svn path=/trunk/; revision=32939
2010-05-24At least according to the CMake 2.6 documentation,Guy Harris2-4/+1
CHECK_VARIABLE_EXISTS() can be used to check for C variables; use that to check for pcap_version. svn path=/trunk/; revision=32938
2010-05-24Fix the value_string regexp so it doesn't match value_string_ext (which we ↵Jeff Morriss1-22/+22
don't have to check for NULL termination and the like) svn path=/trunk/; revision=32937
2010-05-24- Add a comment about the magic in the FindXXX.cmake filenames.Jörg Mayer1-0/+11
- Fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4786 Define HAVE_PCAP_VERSION if HAVE_PCAP_LIB_VERSION is set. svn path=/trunk/; revision=32936
2010-05-24Use the new name for the last argument to proto_tree_add_item().Guy Harris1-1/+1
svn path=/trunk/; revision=32935
2010-05-24Check that the PDU isn't bigger than the reported grant size. Thought I was ↵Martin Mathieson1-2/+8
already doing this... svn path=/trunk/; revision=32934
2010-05-24Fix reassemble_test's (copy of the) proto_tree_add_item() prototype to get itJeff Morriss3-38/+51
compiling again. fragment_add_seq_check(), fragment_add_seq_802_11(), and fragment_add_seq_next() all call fragment_add_seq_check_work() so make their prototypes match each other in const-ness. This fixes a warning when compiling reassemble_test. svn path=/trunk/; revision=32933
2010-05-24Use value_string_ext for AVP:sAnders Broman1-7/+46
svn path=/trunk/; revision=32932
2010-05-24From Tamás Regõs:Anders Broman2-1436/+1464
Diameter AVP clean up. svn path=/trunk/; revision=32931
2010-05-24From Pascal Quantin:Anders Broman1-1/+7
Try to decode the message when the direction is unknown (I dissect it as DL first as fake UL dissection could trigger a malformed packet error). Moreover the patch fixes a shift in the EMM IE strings list, leading to incorrect decoding. svn path=/trunk/; revision=32930
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris24-894/+969
"representation" - we already use "representation" to refer to the text representation of fields. Change some routines with an endianness argument to make it a representation argument instead; svn path=/trunk/; revision=32929
2010-05-24Add missing vendor atribute.Anders Broman1-8/+8
svn path=/trunk/; revision=32928
2010-05-24Move VLAN and ARP closer to the top.Anders Broman1-2/+2
svn path=/trunk/; revision=32927
2010-05-24Fix a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=32926
2010-05-24Use the new REP_ values for proto_tree_add_item().Guy Harris1-9/+17
svn path=/trunk/; revision=32925
2010-05-24Use REP_BIG_ENDIAN for integral data types not already using REP_Guy Harris1-7/+7
(they're one-byte, so the byte order is irrelevant, but it's probably a bit cleaner to use REP_*_ENDIAN for all integral data types), and REP_NA for the top-level protocol item. svn path=/trunk/; revision=32924
2010-05-24Get rid of private byte-order definition. The definition didn't matchGuy Harris1-10/+30
the name - a non-zero last argument to proto_tree_add_item(), such as TRUE or REP_LITTLE_ENDIAN, means "little-endian", and a zero argument, such as FALSE or REP_BIG_ENDIAN, means "big-endian"; at least as I read the spec, little-endian is correct, but the wrong definition's been used for a while, so we'll use REP_BIG_ENDIAN. svn path=/trunk/; revision=32923
2010-05-23Make get_ber_length() iterative instead of recursive so we don't overrun theGerald Combs1-22/+56
stack. Discovered by J. Oquendo. svn path=/trunk/; revision=32922
2010-05-23Fix for bug 4544 - Decrypted data for STARTLS session is not shown in packet ↵Sake Blok2-3/+12
list when using "starttls" SSL decryption preference - make sure the SSL dissector knows how to reach the original dissector for the decrypted data - make sure the SMTP dissector does not call the SSL dissector again with the decrypted data svn path=/trunk/; revision=32921
2010-05-23Update the services file from IANA's port-numbers.Stig Bjørlykke1-29/+78
svn path=/trunk/; revision=32920
2010-05-23[Automatic manuf and enterprise-numbers update for 2010-05-23]Gerald Combs2-8/+211
svn path=/trunk/; revision=32917
2010-05-23Describe values_string_ext.Anders Broman1-0/+17
svn path=/trunk/; revision=32916
2010-05-23Declare ipproto_val_ext as extern, in the hopes that will keep it fromGuy Harris1-1/+1
being exported by epan/dissectors/packet-ip.c (imported, yes; exported, no). svn path=/trunk/; revision=32915
2010-05-22Use value_string_ext for ip protocol.Anders Broman3-233/+321
svn path=/trunk/; revision=32914
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris32-117/+166
argument indicating whether to include the time zone in the string. If we're constructing a display filter, don't include the time zone, otherwise do. Fixes bug 4756. svn path=/trunk/; revision=32913
2010-05-20Fix regression: unable to enter values in Filter Expression window unless ↵Bill Meier1-23/+11
value list present. (Regression introduced in SVN #30918). Code reworked slightly for clarification. svn path=/trunk/; revision=32912
2010-05-20Fix for bug 4778:Jaap Keuter1-0/+3
Check that the widget pointer is still present. svn path=/trunk/; revision=32911
2010-05-20From Hadar Shoham:Jaap Keuter1-1/+9
Add support to AP request option reserved bit. svn path=/trunk/; revision=32910
2010-05-20Fixed warning "Field width should have type 'int'".Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=32909
2010-05-20Rewrote to avoid "More data arguments than '%' conversions" warning.Stig Bjørlykke1-6/+11
svn path=/trunk/; revision=32908
2010-05-20Rewrote to avoid "More data arguments than '%' conversions" warning.Stig Bjørlykke1-3/+5
svn path=/trunk/; revision=32907
2010-05-20Don't assume that certain address columns are always constant strings -Guy Harris1-10/+2
they're no more guaranteed to be constant strings than the columns we're *not* assuming are constant strings. Fixes bug 4771. svn path=/trunk/; revision=32906
2010-05-19Detect clang and llvm-gcc.Guy Harris1-0/+6
svn path=/trunk/; revision=32905