aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris28-112/+161
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-20From Hadar Shoham:Jaap Keuter1-1/+9
Add support to AP request option reserved bit. svn path=/trunk/; revision=32910
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-19Remove debugging printf from match_strval_ext_init()Gerasimos Dimitriadis1-1/+0
svn path=/trunk/; revision=32903
2010-05-19Remove VALS cast as discussed on dev mailing list.Martin Mathieson1-1/+1
svn path=/trunk/; revision=32902
2010-05-19Followup to rev 23668: ansi_a_ios501_elem_1_strings[] andJeff Morriss1-146/+90
ansi_a_ios401_elem_1_strings[] are different lengths so use 'ansi_a_elem_1_max' to know how far we can look into the array (instead of ANSI_A_E_NONE). Since that variable points to the end of the array--a NULL entry--and since we don't want to pass a NULL string pointer to proto_tree_add*(), ensure that we only look at the last valid entry. Also remove check_col() calls and reindent a bit. svn path=/trunk/; revision=32901
2010-05-19From Lars Ruoff:Jaap Keuter1-6/+53
Updated and added some sanity checks to Alcatel-Lucent DHCP vendor specific options. svn path=/trunk/; revision=32900
2010-05-19Add svn 'keywords' and 'eol-style' propertiesBill Meier2-787/+787
svn path=/trunk/; revision=32898
2010-05-19Add and use BTOBEX_CODE_VALS_MASK to avoid hardcoding valuesKovarththanan Rajaratnam1-3/+4
svn path=/trunk/; revision=32897
2010-05-19Remove a couple of check_col()Kovarththanan Rajaratnam1-38/+28
svn path=/trunk/; revision=32896
2010-05-19Use newly introduced BTOBEX_CODE_VALS_CONNECT defineKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=32895
2010-05-19Introduce defines to avoid hardcoding valuesKovarththanan Rajaratnam1-14/+22
svn path=/trunk/; revision=32894
2010-05-19Tighten scope of code variableKovarththanan Rajaratnam1-1/+2
svn path=/trunk/; revision=32893
2010-05-19Added a preference to display data as text.Stig Bjørlykke1-3/+17
This fixes bug 4603. svn path=/trunk/; revision=32892
2010-05-19Remove superfluous NULL assignmentKovarththanan Rajaratnam1-4/+1
svn path=/trunk/; revision=32891
2010-05-19Remove weird assignment to pinfo->private_dataKovarththanan Rajaratnam1-3/+0
svn path=/trunk/; revision=32890
2010-05-19Remove references to ppp_handle (unused)Kovarththanan Rajaratnam1-17/+0
svn path=/trunk/; revision=32889
2010-05-19Pass along btrfcomm_data_t to higher layer protocolsKovarththanan Rajaratnam3-3/+48
svn path=/trunk/; revision=32888
2010-05-19Align definesKovarththanan Rajaratnam1-3/+3
svn path=/trunk/; revision=32887
2010-05-18iscsi also has a system port (860) registered in addition to the more commonRonnie Sahlberg1-5/+26
port (3260). add knowledge about the registered system port for iscsi to the heuristics so we automatically detect when iscsi is transported over this optional port. svn path=/trunk/; revision=32881
2010-05-18Use val_to_str() instead of match_strval() to ensure we get a non-NULL ↵Jeff Morriss1-1/+1
result to pass to proto_tree_add*(). svn path=/trunk/; revision=32880
2010-05-18Add epan/dissectors/dcerpc/ and epan/dissectors/pidl/ to the source distributionJeff Morriss3-1/+120
svn path=/trunk/; revision=32879
2010-05-18Avoid passing a NULL pointer to a string to proto_tree_add_uint_format()Jeff Morriss1-0/+3
svn path=/trunk/; revision=32878
2010-05-18Use val_to_str() instead of match_strval() to ensure we get a non-NULL result.Jeff Morriss1-4/+3
svn path=/trunk/; revision=32877
2010-05-18Add FIXMEKovarththanan Rajaratnam1-0/+1
svn path=/trunk/; revision=32874
2010-05-18Remove NULL pointer guard in defragment_init()Kovarththanan Rajaratnam1-5/+2
svn path=/trunk/; revision=32873
2010-05-18Remove a couple of superfluous NULL assignmentsKovarththanan Rajaratnam1-5/+6
svn path=/trunk/; revision=32872
2010-05-18Remove a couple of check_col()Kovarththanan Rajaratnam1-28/+12
svn path=/trunk/; revision=32871
2010-05-18Parse everything as OBEX (for now).Kovarththanan Rajaratnam1-13/+8
svn path=/trunk/; revision=32870
2010-05-18Add proper item for "User encapsulation not handled" to be able toStig Bjørlykke1-3/+3
second-click the entry to edit preferences. svn path=/trunk/; revision=32869
2010-05-18Remove #if 0 codeKovarththanan Rajaratnam1-162/+0
svn path=/trunk/; revision=32868
2010-05-18Handle fgets() error pathKovarththanan Rajaratnam1-7/+10
svn path=/trunk/; revision=32867
2010-05-18Mark defragment_init() as an init routineKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=32866
2010-05-18Fix several GCC build issuesKovarththanan Rajaratnam1-18/+13
svn path=/trunk/; revision=32865
2010-05-18Include (local) packet-btl2cap.h properlyKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=32863
2010-05-18From Allan M. Madsen:Kovarththanan Rajaratnam3-0/+767
Initial implementation of Bluetooth OBEX dissector. Work in progress. svn path=/trunk/; revision=32862
2010-05-18Extract ogf from the opcodeKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=32860
2010-05-18Dissect Synchronous Connection correctlyKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=32858
2010-05-17Don't pass a NULL pointer to what is supposed to be (according to the ↵Jeff Morriss1-1/+1
format) a string: some implementations of vsnprintf() will core on that. (Unfortunately it seems that g_vsnprintf() doesn't protect us from this...) svn path=/trunk/; revision=32848
2010-05-17From Lars Ruoff:Jaap Keuter1-65/+89
Add some more robustness to Alcatel-Lucent vendor specific DHCP options and add some new option values. It now supports all currently implemented option values, i.e.: {Option Opcode Length (bytes) Content} AVA 58 (0x3A) 2 Vlanid IP Touch TFTP1 64 (0x40) 4 IPv4 address IP Touch TFTP2 65 (0x41) 4 IPv4 address APPLICATION_TYPE 66 (0x42) 1 0 (noe) / 1 (sip) SIP URL 67 (0x43) x bytes url string svn path=/trunk/; revision=32845
2010-05-17From Torrey Atcitty: IEEE 1722(AVB Transport Protocol) DissectorBill Meier5-0/+391
See Bug #4764 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4764) svn path=/trunk/; revision=32841
2010-05-17Move most of the contents of the header file into the .c file.Jeff Morriss2-1112/+1113
svn path=/trunk/; revision=32840
2010-05-17Remove trailing white spaceJeff Morriss1-36/+36
svn path=/trunk/; revision=32839
2010-05-17From Robert Hogan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3922 :Jeff Morriss5-1/+7585
Add support for the IBM TN5250 data stream protocol. http://wiki.wireshark.org/TN5250 From me: Move most of the contents of the header file to the .c file. Replace blurbs that match the hf name with NULL. Replace empty-string blurbs with NULL. Fix some abbreviations (hf_tn5220_xxx -> tn5220.xxx). Make some functions static. Cast some offset increments to unsigned to make sure we don't go backwards (which could create a loop). This includes making most of the subdissection functions return an unsigned number. Use find_or_create_conversation(). svn path=/trunk/; revision=32838
2010-05-16[Automatic manuf and enterprise-numbers update for 2010-05-16]Gerald Combs1-6/+246
svn path=/trunk/; revision=32832
2010-05-16From Chidambaram Arunachalam:Jaap Keuter1-16/+28
Currently, H.264 dissector in Wireshark allows only one value for the "H264 dynamic payload type" preference value. This patch allows users to specify a value range for this parameter (96-127) so that both streams can be decoded for a video call with asymmetric rtp payload types. svn path=/trunk/; revision=32831
2010-05-16From Robert Lickenbrock:Jaap Keuter1-2/+9
Wireshark does not extract the vendor identifier (i.e. the 7th and 8th bytes) from the header of YMSG packets. The current implementations skips over these bytes during dissection, presumably because they were believed to be padding. svn path=/trunk/; revision=32830
2010-05-16Attempt to handle isochronous descriptors between the 64-byte header andGuy Harris2-49/+82
the payload. Should fix bug 4401. svn path=/trunk/; revision=32828
2010-05-15Use binary search when scanning the SANC and ISPC lists; correct a couple ofGerasimos Dimitriadis1-7/+9
double entries in the ISPC lists. svn path=/trunk/; revision=32822