[Wireshark-commits] rev 41979: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gtp.c

2012-04-08 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41979 User: pascal Date: 2012/04/08 06:10 AM Log: Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7042 : Handle properly filler and do not remove last digit Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 41980: /

2012-04-08 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41980 User: pascal Date: 2012/04/08 06:21 AM Log: Ignore automatically generated file ___ Sent via:Wireshark-commits mailing list Archives:

[Wireshark-commits] rev 41984: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gtp.c

2012-04-08 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41984 User: pascal Date: 2012/04/08 09:03 AM Log: As suggested by Jakub, always update the digit value when the nibble is outside [0;9] range Directory: /trunk/epan/dissectors/ ChangesPathAction +

[Wireshark-commits] rev 41985: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dns.c

2012-04-08 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41985 User: pascal Date: 2012/04/08 10:17 AM Log: Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7045 : use right bitmask to get the Z reserved bits Directory: /trunk/epan/dissectors/ ChangesPathAc

[Wireshark-commits] rev 41988: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-bootp.c

2012-04-09 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41988 User: pascal Date: 2012/04/09 07:43 AM Log: From Michael Mann: use suboption length instead of option length to terminate option 82 dissection in BOOTP https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7047 Direc

[Wireshark-commits] rev 41997: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gtpv2.c

2012-04-09 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41997 User: pascal Date: 2012/04/09 11:48 AM Log: Fix a few calls to tvb_bcd_dig_to_ep_str and proto_tree_add_item Directory: /trunk/epan/dissectors/ ChangesPath Action +10 -10packet-gtpv2.cModi

[Wireshark-commits] rev 42003: /trunk-1.6/epan/dissectors/ /trunk-1.6/epan/dissectors/: packet-bootp.c

2012-04-10 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42003 User: pascal Date: 2012/04/10 01:18 AM Log: From Michael Mann: use suboption length instead of option length to terminate option 82 dissection in BOOTP https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7047 Direc

[Wireshark-commits] rev 42007: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-h248_annex_e.c

2012-04-10 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42007 User: pascal Date: 2012/04/10 07:55 AM Log: Squelch a "dereferencing type-punned pointer" warning when compiling with GCC 4.1.3 (h248_pkg_sig_t and h248_pkg_evt_t structures are identical) Directory: /trunk/e

[Wireshark-commits] rev 42009: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-usb.c

2012-04-10 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42009 User: pascal Date: 2012/04/10 09:05 AM Log: From Johannes Stezenbach: Use right value for SET_FEATURE request code https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7058 Directory: /trunk/epan/dissectors/ Cha

[Wireshark-commits] rev 42022: /trunk/ /trunk/epan/dissectors/: packet-rrc.c /trunk/asn1/rrc/: rrc.cnf

2012-04-11 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42022 User: pascal Date: 2012/04/11 05:06 AM Log: Display Home NodeB name. Directory: /trunk/epan/dissectors/ ChangesPathAction +1 -1 packet-rrc.cModified Directory: /trunk/asn1/rrc/ Cha

[Wireshark-commits] rev 42028: /trunk/epan/ /trunk/epan/dissectors/: Makefile.common packet-bfcp.c /trunk/epan/: CMakeLists.txt

2012-04-11 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42028 User: pascal Date: 2012/04/11 01:45 PM Log: From Nitinkumar Yemul: Binary Floor Control Protocol (BFCP) dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7061 Directory: /trunk/epan/dissectors/ Cha

[Wireshark-commits] rev 42034: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-irc.c

2012-04-12 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42034 User: pascal Date: 2012/04/12 03:08 AM Log: From Nick Lowe: Use correct return type for tvb_get_ephemeral_string https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1450 Directory: /trunk/epan/dissectors/ Cha

[Wireshark-commits] rev 42041: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gsm_sms.c

2012-04-13 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42041 User: pascal Date: 2012/04/13 03:01 AM Log: Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6477: Use T-User-Data-Length to define the string size decoded with the 7 bits alphabet Directory: /trunk/epan/dissec

[Wireshark-commits] rev 42052: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-rfid-pn532.c

2012-04-13 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42052 User: pascal Date: 2012/04/13 01:01 PM Log: From Tyson Key: Additional PN532 dissector opcode descriptions https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7078 Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42064: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gsm_sms.c

2012-04-14 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42064 User: pascal Date: 2012/04/14 04:56 AM Log: Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6202 : Stop applying a specific treatment when receiving a SMS-DELIVER packet with an unknown direction (no such treat

[Wireshark-commits] rev 42065: /trunk/ /trunk/epan/dissectors/: packet-gsm_map.c /trunk/asn1/gsm_map/: gsm_map.cnf

2012-04-14 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42065 User: pascal Date: 2012/04/14 04:59 AM Log: Set direction according to destination address field also (and not only originating address). Directory: /trunk/epan/dissectors/ ChangesPathAction

[Wireshark-commits] rev 42081: /trunk/ /trunk/epan/dissectors/: packet-gsm_a_common.c packet-gsm_a_common.h packet-gsm_a_gm.c packet-gsm_a_rr.c packet-rrc.c /trunk/asn1/rrc/: Class-definitions.asn Con

2012-04-15 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42081 User: pascal Date: 2012/04/15 04:51 AM Log: Update RRC to V10.7.0 and add dissection of Core Network System Information IEs Directory: /trunk/epan/dissectors/ ChangesPath Action +110 -13 pa

[Wireshark-commits] rev 42082: /trunk/ /trunk/epan/dissectors/: packet-rrc.c /trunk/asn1/rrc/: rrc.cnf

2012-04-15 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42082 User: pascal Date: 2012/04/15 05:07 AM Log: Fix compilation error under Windows Directory: /trunk/epan/dissectors/ ChangesPathAction +1 -1 packet-rrc.cModified Directory: /trunk/asn1

[Wireshark-commits] rev 42101: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-isup.c

2012-04-16 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42101 User: pascal Date: 2012/04/16 11:13 AM Log: Remove non-ASCII character Directory: /trunk/epan/dissectors/ ChangesPath Action +1 -1 packet-isup.cModi

[Wireshark-commits] rev 42102: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-eap.c

2012-04-16 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42102 User: pascal Date: 2012/04/16 11:36 AM Log: From Nick Lowe: Add a security warning if EAP-LEAP or EAP-MD5 is seen. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7020 Directory: /trunk/epan/dissectors/ Cha

[Wireshark-commits] rev 42106: /trunk-1.6/ /trunk-1.6/epan/dissectors/: packet-nfs.c /trunk-1.6/: config.nmake

2012-04-17 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42106 User: pascal Date: 2012/04/17 04:49 AM Log: Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7127 : Remove an extra entry in nfsv4_operation_ett array Directory: /trunk-1.6/epan/dissectors/ Changes

[Wireshark-commits] rev 42107: /trunk-1.6/ /trunk-1.6/: config.nmake

2012-04-17 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42107 User: pascal Date: 2012/04/17 04:53 AM Log: Revert file committed by error Directory: /trunk-1.6/ ChangesPathAction +4 -4 config.nmakeModi

[Wireshark-commits] rev 42108: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dns.c

2012-04-17 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42108 User: pascal Date: 2012/04/17 05:44 AM Log: From Bertho Stultiens: Use certificate values from RFC 4398 From me: rename fields according to RFC and update references to RFC https://bugs.wireshark.org/bugzilla/show_bug

[Wireshark-commits] rev 42111: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gsm_sms.c

2012-04-17 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42111 User: pascal Date: 2012/04/17 06:17 AM Log: Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7131 : Always store UDL/length in hash table and check pointer coming from lookup before using it Directory: /trunk/

[Wireshark-commits] rev 42135: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-mac-lte.c

2012-04-18 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42135 User: pascal Date: 2012/04/18 09:55 AM Log: Use extended value strings for BSR and PHR and remove a useless hf entry Directory: /trunk/epan/dissectors/ ChangesPathAction +20 -26packet-mac-l

[Wireshark-commits] rev 42157: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-slowprotocols.c

2012-04-20 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42157 User: pascal Date: 2012/04/20 05:22 AM Log: From Matt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7160 : Offset moves too far when dissecting an Information OAMPDU with Organization Specific TLV Direc

[Wireshark-commits] rev 42160: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-bfcp.c

2012-04-20 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42160 User: pascal Date: 2012/04/20 07:41 AM Log: From Patrick White via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7061 : Add UDP to BFCP dissector and dissect new primitives and attibutes From me: add an expert

[Wireshark-commits] rev 42170: /trunk/ /trunk/: Makefile.nmake

2012-04-20 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42170 User: pascal Date: 2012/04/20 12:56 PM Log: Clean gnutls-2.12.18-*-win??ws folder with setup target Directory: /trunk/ ChangesPath Action +1 -0 Makefile.nmakeModi

[Wireshark-commits] rev 42175: /trunk/ /trunk/epan/dissectors/: packet-lte-rrc.c /trunk/asn1/lte-rrc/: lte-rrc.cnf packet-lte-rrc-template.c

2012-04-21 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42175 User: pascal Date: 2012/04/21 07:03 AM Log: Prettify LTE RRC dissector Directory: /trunk/epan/dissectors/ ChangesPathAction +1501 -122 packet-lte-rrc.cModified Directory: /trunk/asn1/lte

[Wireshark-commits] rev 42195: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-mpls.c

2012-04-22 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42195 User: pascal Date: 2012/04/22 10:54 AM Log: From Francesco Fondelli: fix mpls "decode as" dialog https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7089 Directory: /trunk/epan/dissectors/ C

[Wireshark-commits] rev 42240: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-catapult-dct2000.c packet-mac-lte.c packet-mac-lte.h

2012-04-25 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42240 User: pascal Date: 2012/04/25 01:02 PM Log: Upgrade MAC LTE dissector to Release 10 (V10.5.0) Directory: /trunk/epan/dissectors/ ChangesPath Action +5 -0 packet-catapult-dct20

[Wireshark-commits] rev 42241: /trunk/ /trunk/epan/dissectors/: packet-snmp.c /trunk/asn1/snmp/: packet-snmp-template.c

2012-04-25 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42241 User: pascal Date: 2012/04/25 01:20 PM Log: From Evan Huus: Fix Integer32 length field detection https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7192 Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42243: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-rpc.h

2012-04-25 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42243 User: pascal Date: 2012/04/25 01:59 PM Log: From Niels de Vos: Rename AUTH_DH to AUTH_RSA as specified in RFC 5531 Directory: /trunk/epan/dissectors/ ChangesPathAction +1 -1 packet-r

[Wireshark-commits] rev 42244: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-rpc.c

2012-04-25 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42244 User: pascal Date: 2012/04/25 02:02 PM Log: From Niels de Vos: dissect AUTH_RSA as Gluster AUTH-flavor https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7190 Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42247: /trunk/doc/ /trunk/doc/: README.developer

2012-04-25 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42247 User: pascal Date: 2012/04/25 02:37 PM Log: Convert spaces to tabs Directory: /trunk/doc/ ChangesPathAction +6 -6 README.developerModi

[Wireshark-commits] rev 42257: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-slowprotocols.c

2012-04-26 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42257 User: pascal Date: 2012/04/26 06:20 AM Log: From vaicebine via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7199 : wrong value displayed for OAMPDU event notification "Errored Frame Window" field Dir

[Wireshark-commits] rev 42265: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gsm_sms.c

2012-04-26 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42265 User: pascal Date: 2012/04/26 08:44 AM Log: From Evan Huus: Add missing break https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7201 Directory: /trunk/epan/dissectors/ ChangesPathAction +

[Wireshark-commits] rev 42288: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ieee17221.c

2012-04-27 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42288 User: pascal Date: 2012/04/27 02:04 AM Log: Fix typo errors Directory: /trunk/epan/dissectors/ ChangesPath Action +2 -2 packet-ieee17221.cModi

[Wireshark-commits] rev 42294: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ieee17221.c

2012-04-27 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42294 User: pascal Date: 2012/04/27 10:36 AM Log: From Tom Bottom: Fix AEM status field decoding https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7205 Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42308: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-bootp.c

2012-04-28 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42308 User: pascal Date: 2012/04/28 06:20 AM Log: Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7051 : Add option 82 suboptions 150/151/152 decoding to DHCP dissector Directory: /trunk/epan/dissectors/ Cha

[Wireshark-commits] rev 42309: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-bootp.c

2012-04-28 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42309 User: pascal Date: 2012/04/28 06:37 AM Log: Remove unused header fields Directory: /trunk/epan/dissectors/ ChangesPath Action +0 -8 packet-bootp.cModi

[Wireshark-commits] rev 42318: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-smb.c

2012-04-28 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42318 User: pascal Date: 2012/04/28 09:48 AM Log: From Evan Huus: Remove unused variables in SMB dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7211 Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42319: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-x25.c

2012-04-28 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42319 User: pascal Date: 2012/04/28 10:34 AM Log: Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7213: Update dissection of Reverse charging, fast select, and ICRD status selection facilities Directory: /trunk/

[Wireshark-commits] rev 42340: /trunk/doc/ /trunk/doc/: README.developer

2012-04-29 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42340 User: pascal Date: 2012/04/29 11:25 AM Log: Fix typo errors Directory: /trunk/doc/ ChangesPathAction +2 -2 README.developerModi

[Wireshark-commits] rev 42342: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ip.c

2012-04-30 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42342 User: pascal Date: 2012/04/30 01:21 AM Log: Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7064 : Dissect basic security option according to RFC 791 or RFC 1108 depending on the option length and the first

[Wireshark-commits] rev 42343: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gprs-llc.c packet-gsm_a_bssmap.c packet-gsm_sms.c

2012-04-30 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42343 User: pascal Date: 2012/04/30 01:38 AM Log: Fix a few clang warnings Directory: /trunk/epan/dissectors/ ChangesPath Action +0 -1 packet-gprs-llc.cModified +5 -11 pa

[Wireshark-commits] rev 42344: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gtp.c packet-gtpv2.c

2012-04-30 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42344 User: pascal Date: 2012/04/30 02:00 AM Log: Fix some clang warnings (dead assignment/increment, assigned value is garbage or undefined) Directory: /trunk/epan/dissectors/ ChangesPath Action +

[Wireshark-commits] rev 42346: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-hdcp.c

2012-04-30 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42346 User: pascal Date: 2012/04/30 06:43 AM Log: From Martin Kaiser: Fix clang warnings in HDCP dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7217 Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42347: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dvbci.c

2012-04-30 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42347 User: pascal Date: 2012/04/30 07:05 AM Log: From Martin Kaiser: fix a few clang warnings in DVB-CI dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7215 Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42350: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-multipart.c

2012-04-30 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42350 User: pascal Date: 2012/04/30 08:57 AM Log: From Evan Huus: Fix memory leak in process_body_part() when there is no body https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7212 Directory: /trunk/epan/dissec

[Wireshark-commits] rev 42351: /trunk/ /trunk/epan/dissectors/: packet-rrlp.c /trunk/asn1/rrlp/: RRLP-Components.asn RRLP-Messages.asn packet-rrlp-template.c

2012-04-30 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42351 User: pascal Date: 2012/04/30 09:45 AM Log: Update comments with the RRLP version currently dissected Directory: /trunk/epan/dissectors/ ChangesPath Action +1 -1 packet-rrlp.cModified Direc

[Wireshark-commits] rev 42355: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-6lowpan.c packet-dtls.c packet-dvbci.c packet-ssl-utils.c packet-ssl-utils.h packet-ssl.c

2012-04-30 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42355 User: pascal Date: 2012/04/30 12:14 PM Log: From Martin Kaiser: Fix some 'intermediate pointers must be const qualified' warnings https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7215 Directory: /trunk/e

[Wireshark-commits] rev 42387: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-llrp.c

2012-05-02 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42387 User: pascal Date: 2012/05/02 08:29 AM Log: Remove most blurbs (they do not have any added value) and fix a few typo errors Directory: /trunk/epan/dissectors/ ChangesPath Action +17 -17packet-ll

[Wireshark-commits] rev 42389: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-rohc.c

2012-05-02 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42389 User: pascal Date: 2012/05/02 01:40 PM Log: Attempt to fix clang warnings (dead assignment and dereference of null pointer) Directory: /trunk/epan/dissectors/ ChangesPath Action +7 -8 packet-ro

[Wireshark-commits] rev 42392: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ber.c packet-per.c

2012-05-02 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42392 User: pascal Date: 2012/05/02 02:55 PM Log: Attempt to fix clang warnings (dead assignment, dereference of null pointer, branch condition evaluates to a garbage value) Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42422: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-per.c

2012-05-04 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42422 User: pascal Date: 2012/05/04 09:36 AM Log: FALSE -> ENC_BIG_ENDIAN conversion Directory: /trunk/epan/dissectors/ ChangesPathAction +10 -10packet-per.cM

[Wireshark-commits] rev 42425: /trunk/ /trunk/epan/dissectors/: packet-lte-rrc.c /trunk/asn1/lte-rrc/: lte-rrc.cnf packet-lte-rrc-template.c

2012-05-04 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42425 User: pascal Date: 2012/05/04 10:56 AM Log: FALSE -> ENC_BIG_ENDIAN conversion Enhance dissesction of SoundingRS-UL-ConfigDedicated/setup/duration parameter Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42428: /trunk/ /trunk/epan/dissectors/: packet-lte-rrc.c /trunk/asn1/lte-rrc/: packet-lte-rrc-template.c

2012-05-04 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42428 User: pascal Date: 2012/05/04 02:20 PM Log: Fix typo error Directory: /trunk/epan/dissectors/ ChangesPathAction +1 -1 packet-lte-rrc.cModified Directory: /trunk/asn1/lte-rrc/ Cha

[Wireshark-commits] rev 42437: /trunk/plugins/opcua/ /trunk/plugins/opcua/: opcua_simpletypes.c

2012-05-04 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42437 User: pascal Date: 2012/05/04 09:57 PM Log: From Nhi Nguyen: OPC UA bytestring node id decoding is wrong https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7226 Directory: /trunk/plugins/opcua/ Changes

[Wireshark-commits] rev 42441: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dtls.c

2012-05-05 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42441 User: pascal Date: 2012/05/05 10:35 AM Log: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6906 : Restore dissection without private key when RSA-NULL-MD5 or RSA-NULL-SHA cipher is used Directory: /trunk/

[Wireshark-commits] rev 42515: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-afp.c

2012-05-08 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42515 User: pascal Date: 2012/05/08 12:38 PM Log: From Frank Lahm: Display guids in FPSpotlightRPC AFP packets https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7237 Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42516: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-afp.c

2012-05-08 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42516 User: pascal Date: 2012/05/08 01:20 PM Log: Remove unused hf entries Directory: /trunk/epan/dissectors/ ChangesPathAction +3 -40 packet-afp.cModi

[Wireshark-commits] rev 42517: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dtpt.c packet-xmcp.c

2012-05-08 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42517 User: pascal Date: 2012/05/08 01:25 PM Log: Fix last parameter for tvb_get_guid() call Directory: /trunk/epan/dissectors/ ChangesPath Action +1 -1 packet-dtpt.cModified +1 -1 pa

[Wireshark-commits] rev 42571: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-afp.c

2012-05-11 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42571 User: pascal Date: 2012/05/11 02:03 AM Log: From Frank Lahm: In FPSpotlightRPC packets, check for elements with 0 childs (denoted by L in TLV is sizeof(TLV tag)) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=

[Wireshark-commits] rev 42572: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-rpc.c

2012-05-11 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42572 User: pascal Date: 2012/05/11 02:38 AM Log: From Niels de Vos: Add a helper function to dissect AUTH_UNIX groups Fix hf_rpc_auth_lk_owner entry https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7244 Directory: /t

[Wireshark-commits] rev 42573: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-rpc.c

2012-05-11 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42573 User: pascal Date: 2012/05/11 02:44 AM Log: From Niels de Vos: Add dissection of AUTH_GLUSTERFS as used in GlusterFS-3.3 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7244 Directory: /trunk/epan/dissec

[Wireshark-commits] rev 42574: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-rpc.c

2012-05-11 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42574 User: pascal Date: 2012/05/11 02:50 AM Log: Remove useless '+0' in proto_tree_add_* function calls Directory: /trunk/epan/dissectors/ ChangesPathAction +70 -70packet-rpc

[Wireshark-commits] rev 42575: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-rpc.h

2012-05-11 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42575 User: pascal Date: 2012/05/11 03:22 AM Log: Commit forgotten file in revision 42573 Directory: /trunk/epan/dissectors/ ChangesPathAction +5 -0 packet-rpc.hModi

[Wireshark-commits] rev 42598: /trunk/ui/gtk/ /trunk/ui/gtk/: io_stat.c

2012-05-12 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42598 User: pascal Date: 2012/05/12 08:19 AM Log: From Akos Lukovics: Fix div-by-zero error in the moving average filter of IO graph https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6236 Directory: /trunk/ui/gtk/ Cha

[Wireshark-commits] rev 42619: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gsm_a_rr.c

2012-05-13 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42619 User: pascal Date: 2012/05/13 12:03 PM Log: Revert 42618 (in 3GPP vocabulary multirat means multi radio access technology) Directory: /trunk/epan/dissectors/ ChangesPath Action +24 -24pa

[Wireshark-commits] rev 42620: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-afp.c

2012-05-13 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42620 User: pascal Date: 2012/05/13 02:02 PM Log: From Frank Lahm via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7246 : Patch adding dissection of time data Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42624: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-afp.c

2012-05-14 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42624 User: pascal Date: 2012/05/14 02:46 PM Log: From Frank Lahm via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7256 : Fix subquery_count loop variable updating Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42633: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-afp.c

2012-05-15 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42633 User: pascal Date: 2012/05/15 12:25 PM Log: From Alexander Lüders & Frank Lahm via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7254 : Enhancements for FPSpotlightRPC AFP function Directory: /trunk/epan/di

[Wireshark-commits] rev 42636: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-afp.c

2012-05-15 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42636 User: pascal Date: 2012/05/15 02:16 PM Log: Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7261 : Add some sanity checks when dissecting SQ_TYPE_NULL Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42637: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-afp.c

2012-05-15 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42637 User: pascal Date: 2012/05/15 02:18 PM Log: Spaces -> tabs Directory: /trunk/epan/dissectors/ ChangesPathAction +2 -2 packet-afp.cM

[Wireshark-commits] rev 42656: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-radius.c

2012-05-16 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42656 User: pascal Date: 2012/05/16 06:24 AM Log: Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7186 : Link together access-request and access-challenge messages Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42663: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gtp.c

2012-05-16 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42663 User: pascal Date: 2012/05/16 01:59 PM Log: From Pontus Andersson via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7259 : GTP Extension headers are dissected incorrectly Directory: /trunk/epan/dissectors/ Cha

[Wireshark-commits] rev 42664: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-spice.c

2012-05-16 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42664 User: pascal Date: 2012/05/16 02:20 PM Log: From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7264 : Enhance the Spice dissector to deal with sized data streams and playback data From me: fix a fe

[Wireshark-commits] rev 42675: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-spice.c

2012-05-17 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42675 User: pascal Date: 2012/05/17 01:22 AM Log: Fix spice.common_cap_byte1 filter I changed by mistake in r42664 Directory: /trunk/epan/dissectors/ ChangesPath Action +6 -6 packet-spice.cModi

[Wireshark-commits] rev 42689: / /trunk/epan/dissectors/: Makefile.common packet-iso7816.c packet-usb-ccid.c /trunk/epan/: CMakeLists.txt

2012-05-17 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42689 User: pascal Date: 2012/05/17 02:11 PM Log: From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7255 : dissector for generic ISO 7816 messages (atr and apdus) Directory: /trunk/epan/dissec

[Wireshark-commits] rev 42691: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-usb-ccid.c

2012-05-17 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42691 User: pascal Date: 2012/05/17 02:24 PM Log: Tabs -> spaces Directory: /trunk/epan/dissectors/ ChangesPath Action +126 -126 packet-usb-ccid.cM

[Wireshark-commits] rev 42712: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-isis-hello.c

2012-05-19 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42712 User: pascal Date: 2012/05/19 03:35 AM Log: From gyanesh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7262 : Digest details display issue in SPB Digest subtlv (ISIS hello pdu) Directory: /trunk/epan/dissec

[Wireshark-commits] rev 42713: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-bgp.c

2012-05-19 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42713 User: pascal Date: 2012/05/19 05:32 AM Log: From Thomas Loockx via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7269 : Add BGP MDT-SAFI dissection (RFC6037) Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42716: /trunk/ /trunk/epan/dissectors/: packet-lpp.c packet-rrlp.c /trunk/asn1/lpp/: lpp.cnf /trunk/asn1/rrlp/: rrlp.cnf

2012-05-19 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42716 User: pascal Date: 2012/05/19 09:06 AM Log: Use col_append_sep_str instead of col_append_str Directory: /trunk/epan/dissectors/ ChangesPath Action +1 -1 packet-lpp.c Modified +1 -1 pa

[Wireshark-commits] rev 42720: /trunk/ /trunk/asn1/ansi_map/: packet-ansi_map-template.c /trunk/epan/dissectors/: packet-ansi_map.c packet-gsm_map.c packet-isakmp.c packet-lmp.c packet-mp4ves.c ...

2012-05-19 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42720 User: pascal Date: 2012/05/19 12:05 PM Log: Fix RVALS() macro usage Directory: /trunk/asn1/ansi_map/ ChangesPath Action +1 -1 packet-ansi_map-template.cModified Directory: /t

[Wireshark-commits] rev 42722: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gsm_a_common.c packet-gsm_a_common.h packet-gsm_a_gm.c packet-nas_eps.c

2012-05-20 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42722 User: pascal Date: 2012/05/20 02:50 AM Log: Upgrade NAS EPS dissector to Release 10 (10.6.1) Directory: /trunk/epan/dissectors/ ChangesPath Action +35 -3 packet-gsm_a_common.cModi

[Wireshark-commits] rev 42728: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gsm_a_common.c packet-gsm_a_common.h packet-gsm_a_dtap.c packet-gsm_a_gm.c

2012-05-20 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42728 User: pascal Date: 2012/05/20 01:56 PM Log: Upgrade NAS dissector to Release 10 (v10.6.1) Directory: /trunk/epan/dissectors/ ChangesPath Action +42 -2 packet-gsm_a_common.cModified

[Wireshark-commits] rev 42740: /trunk/epan/ /trunk/epan/: CMakeLists.txt

2012-05-21 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42740 User: pascal Date: 2012/05/21 02:18 AM Log: Add packet-sync.c to epan\CMakeLists.txt Directory: /trunk/epan/ ChangesPath Action +1 -0 CMakeLists.txtModi

[Wireshark-commits] rev 42741: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-rpc.c

2012-05-21 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42741 User: pascal Date: 2012/05/21 02:37 AM Log: From Evan Huus via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7271 : Remove useless null check Directory: /trunk/epan/dissectors/ ChangesPathAc

[Wireshark-commits] rev 42755: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-bssgp.c packet-gsm_a_bssmap.c packet-gsm_a_common.c packet-gsm_a_dtap.c packet-gsm_a_gm.c packet-gsm_a_rp.c packe

2012-05-21 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42755 User: pascal Date: 2012/05/21 12:27 PM Log: Display Element ID in hexadecimal (like in 3GPP specs) Display EPS bearer ID in decimal Directory: /trunk/epan/dissectors/ ChangesPath Action +

[Wireshark-commits] rev 42759: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-isis-lsp.c

2012-05-21 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42759 User: pascal Date: 2012/05/21 01:51 PM Log: From gyanesh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7267 : Add dissector function for SPB link metric sub tlv (type 29) Directory: /trunk/epan/dissec

[Wireshark-commits] rev 42760: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-isis-lsp.c

2012-05-21 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42760 User: pascal Date: 2012/05/21 02:49 PM Log: Fix indentation Directory: /trunk/epan/dissectors/ ChangesPath Action +616 -620 packet-isis-lsp.cModi

[Wireshark-commits] rev 42790: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-gsm_a_gm.c

2012-05-22 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42790 User: pascal Date: 2012/05/22 01:34 PM Log: Dissect Operator Specific Use container in Protocol Configuration Options IE Put protocol and container ID in a subtree Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42814: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-iso7816.c

2012-05-23 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42814 User: pascal Date: 2012/05/23 01:51 PM Log: From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7275 : iso7816: dissect ATR (answer to reset) Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42815: /trunk-1.6/plugins/wimax/ /trunk-1.6/plugins/wimax/: msg_dlmap.c msg_ulmap.c

2012-05-23 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42815 User: pascal Date: 2012/05/23 02:54 PM Log: Backported from trunk: r37890 | etxrab | 2011-07-04 16:57:12 +0200 (lun. 04 juil. 2011) | 4 li

[Wireshark-commits] rev 42889: /trunk/ /trunk/epan/dissectors/: packet-nbap.c packet-rlc.c packet-rlc.h packet-umts_fp.c packet-umts_fp.h /trunk/asn1/nbap/: nbap.cnf packet-nbap-template.c

2012-05-28 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42889 User: pascal Date: 2012/05/28 01:34 PM Log: Keep backward compatibility with UDP framing format for UMTS RLC dissector Fix a few typo errors while we are at it Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42901: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dvbci.c

2012-05-29 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42901 User: pascal Date: 2012/05/29 01:28 PM Log: From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7303 Remove unnecessary null checks before calling proto_item_set_len() in DVB-CI dissector Direc

[Wireshark-commits] rev 42902: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-iso7816.c

2012-05-29 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42902 User: pascal Date: 2012/05/29 02:09 PM Log: From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7302: Small updates to ISO 7816 dissector Directory: /trunk/epan/dissectors/ Changes

[Wireshark-commits] rev 42903: / /trunk/epan/dissectors/: Makefile.common packet-dvb-ait.c packet-mpeg-sect.c packet-mpeg-sect.h /trunk/epan/: CMakeLists.txt

2012-05-29 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42903 User: pascal Date: 2012/05/29 02:36 PM Log: From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7301: Dissector for DVB Application Information Table (AIT) Directory: /trunk/epan/dissec

[Wireshark-commits] rev 42904: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dcerpc-netlogon.c packet-mpeg-descriptor.c packet-ntlmssp.c

2012-05-29 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42904 User: pascal Date: 2012/05/29 02:51 PM Log: Avoid using C99 '%hh' length modifier Directory: /trunk/epan/dissectors/ ChangesPathAction +1 -1 packet-dcerpc-netlogon.cMo

  1   2   3   4   5   6   7   8   9   10   >