summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2010-05-26More <stdarg.h> cleanup; some are real bugs, some are just "don't doGuy Harris2-8/+14
2010-05-26Once you've used a va_list, you can't use it again until youGuy Harris1-6/+6
2010-05-26Reindent a bitJeff Morriss1-20/+26
2010-05-25From Sam Leffler and Javier Cardona via email & bug 4793:Gerald Combs1-12/+661
2010-05-25RFC 4165 uses the same message/parameter formats as draft-12 did so let'sJeff Morriss1-46/+46
2010-05-25Only try header reassembly for TCP.Anders Broman1-1/+1
2010-05-25Remove find_val_for_stringJeff Morriss1-1/+0
2010-05-25find_val_for_string() is only used in prefs.c so remove the prototypeJeff Morriss2-9/+5
2010-05-25From Neil Piercy:Anders Broman1-22/+40
2010-05-25Fix for bug 4782:Jaap Keuter1-2/+2
2010-05-25Add a filter for DCT2000 error strings, and allow it be included in generated...Martin Mathieson1-0/+10
2010-05-25Re-organise which FI bits are used to store expert severity and event info, i...Martin Mathieson1-16/+17
2010-05-25Support of value_string_ext in the asn2wrs using new directive #.USE_VALS_EXTTomas Kukosa1-7/+9
2010-05-25From Jakub Ruzicka:Anders Broman2-10/+214
2010-05-25From H.sivank: GtkOSXApplication support.Guy Harris2-3/+3
2010-05-24Use the new name for the last argument to proto_tree_add_item().Guy Harris1-1/+1
2010-05-24Check that the PDU isn't bigger than the reported grant size. Thought I was a...Martin Mathieson1-2/+8
2010-05-24Fix reassemble_test's (copy of the) proto_tree_add_item() prototype to get itJeff Morriss3-38/+51
2010-05-24Use value_string_ext for AVP:sAnders Broman1-7/+46
2010-05-24From Pascal Quantin:Anders Broman1-1/+7
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris18-886/+961
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 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-23[Automatic manuf and enterprise-numbers update for 2010-05-23]Gerald Combs1-8/+184
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 Harris28-112/+161
2010-05-20From Hadar Shoham:Jaap Keuter1-1/+9
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-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-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