aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris24-894/+969
2010-05-24Add missing vendor atribute.Anders Broman1-8/+8
2010-05-24Move VLAN and ARP closer to the top.Anders Broman1-2/+2
2010-05-24Fix a typo.Anders Broman1-1/+1
2010-05-24Use the new REP_ values for proto_tree_add_item().Guy Harris1-9/+17
2010-05-24Use REP_BIG_ENDIAN for integral data types not already using REP_Guy Harris1-7/+7
2010-05-24Get rid of private byte-order definition. The definition didn't matchGuy Harris1-10/+30
2010-05-23Make get_ber_length() iterative instead of recursive so we don't overrun theGerald Combs1-22/+56
2010-05-23Fix for bug 4544 - Decrypted data for STARTLS session is not shown in packet ...Sake Blok2-3/+12
2010-05-23Update the services file from IANA's port-numbers.Stig Bjørlykke1-29/+78
2010-05-23[Automatic manuf and enterprise-numbers update for 2010-05-23]Gerald Combs2-8/+211
2010-05-23Describe values_string_ext.Anders Broman1-0/+17
2010-05-23Declare ipproto_val_ext as extern, in the hopes that will keep it fromGuy Harris1-1/+1
2010-05-22Use value_string_ext for ip protocol.Anders Broman3-233/+321
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris32-117/+166
2010-05-20Fix regression: unable to enter values in Filter Expression window unless val...Bill Meier1-23/+11
2010-05-20Fix for bug 4778:Jaap Keuter1-0/+3
2010-05-20From Hadar Shoham:Jaap Keuter1-1/+9
2010-05-20Fixed warning "Field width should have type 'int'".Stig Bjørlykke1-3/+3
2010-05-20Rewrote to avoid "More data arguments than '%' conversions" warning.Stig Bjørlykke1-6/+11
2010-05-20Rewrote to avoid "More data arguments than '%' conversions" warning.Stig Bjørlykke1-3/+5
2010-05-20Don't assume that certain address columns are always constant strings -Guy Harris1-10/+2
2010-05-19Detect clang and llvm-gcc.Guy Harris1-0/+6
2010-05-19Don't have -M affect -v yet; if we end up, for example, having dumpcapGuy Harris2-49/+20
2010-05-19Remove debugging printf from match_strval_ext_init()Gerasimos Dimitriadis1-1/+0
2010-05-19Remove VALS cast as discussed on dev mailing list.Martin Mathieson1-1/+1
2010-05-19Followup to rev 23668: ansi_a_ios501_elem_1_strings[] andJeff Morriss1-146/+90
2010-05-19From Lars Ruoff:Jaap Keuter1-6/+53
2010-05-19Commit 32350 replaced the self written FindZ.cmake by cmakesJörg Mayer2-7/+13
2010-05-19Add svn 'keywords' and 'eol-style' propertiesBill Meier2-787/+787
2010-05-19Add and use BTOBEX_CODE_VALS_MASK to avoid hardcoding valuesKovarththanan Rajaratnam1-3/+4
2010-05-19Remove a couple of check_col()Kovarththanan Rajaratnam1-38/+28
2010-05-19Use newly introduced BTOBEX_CODE_VALS_CONNECT defineKovarththanan Rajaratnam1-1/+1
2010-05-19Introduce defines to avoid hardcoding valuesKovarththanan Rajaratnam1-14/+22
2010-05-19Tighten scope of code variableKovarththanan Rajaratnam1-1/+2
2010-05-19Added a preference to display data as text.Stig Bjørlykke1-3/+17
2010-05-19Remove superfluous NULL assignmentKovarththanan Rajaratnam1-4/+1
2010-05-19Remove weird assignment to pinfo->private_dataKovarththanan Rajaratnam1-3/+0
2010-05-19Remove references to ppp_handle (unused)Kovarththanan Rajaratnam1-17/+0
2010-05-19Pass along btrfcomm_data_t to higher layer protocolsKovarththanan Rajaratnam3-3/+48
2010-05-19Align definesKovarththanan Rajaratnam1-3/+3
2010-05-19Fix indentation.Guy Harris1-17/+17
2010-05-19Fix comments.Guy Harris1-2/+2
2010-05-19If the user asks for the Capture -> Interfaces dialog, and there are noGuy Harris1-3/+13
2010-05-19-S doesn't require an interface, either.Guy Harris1-10/+15
2010-05-19Regularize indentation a bit.Guy Harris1-164/+148
2010-05-18iscsi also has a system port (860) registered in addition to the more commonRonnie Sahlberg1-5/+26
2010-05-18Use val_to_str() instead of match_strval() to ensure we get a non-NULL result...Jeff Morriss1-1/+1
2010-05-18Add epan/dissectors/dcerpc/ and epan/dissectors/pidl/ to the source distributionJeff Morriss4-1/+122
2010-05-18Avoid passing a NULL pointer to a string to proto_tree_add_uint_format()Jeff Morriss1-0/+3