index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
dissectors
/
packet-iax2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't allow multiple registrations of a protocol in dissector tables.
Michael Mann
2015-11-04
1
-2
/
+2
*
Don't include "file.h" if you don't need it.
Guy Harris
2015-11-04
1
-0
/
+2
*
Remaining ADDRESS macro to address function conversions
João Valverde
2015-11-03
1
-1
/
+1
*
More ADDRESS macro to address function conversions.
Gerald Combs
2015-10-24
1
-1
/
+1
*
Use address functions instead of ADDRESS macros in asn1 and epan
Gerald Combs
2015-10-22
1
-1
/
+1
*
IAX2: Initialize a variable.
Gerald Combs
2015-09-17
1
-1
/
+1
*
[iax2] don't THROW() an exception from a dissector
Martin Kaiser
2015-09-17
1
-12
/
+18
*
[iax2] minor cleanup
Martin Kaiser
2015-09-17
1
-11
/
+6
*
Split init of misc dissectors into init/cleanup functions
Peter Wu
2015-07-03
1
-16
/
+16
*
replace another bunch of deprecated tvb_length calls
Martin Kaiser
2015-06-23
1
-4
/
+4
*
Deleting unneccessary #includes from dissectors.
Martin Mathieson
2014-12-23
1
-3
/
+0
*
Cleanup use of #includes in non-generated epan/dissector/*.c
Bill Meier
2014-12-21
1
-4
/
+1
*
Refactor pinfo->circuit_id from H.223 dissector.
Michael Mann
2014-10-28
1
-9
/
+16
*
Create an IE item for the "Apparent Address" IE.
Guy Harris
2014-08-20
1
-2
/
+2
*
Eliminate proto_tree_add_text from some dissectors.
Michael Mann
2014-08-10
1
-10
/
+28
*
proto_tree_add_subtree[_format]
Michael Mann
2014-06-29
1
-12
/
+8
*
address_to_str() *does* take a const pointer.
Guy Harris
2014-06-19
1
-4
/
+1
*
Use address_to_str(NULL, ...) for strings allocated outside dissectors.
Guy Harris
2014-06-19
1
-5
/
+15
*
Revert "Fixup: ep_address_to_str -> address_to_str"
Michael Mann
2014-06-19
1
-4
/
+4
*
Revert "Fixup: tvb_* -> tvb_captured"
Michael Mann
2014-06-19
1
-4
/
+4
*
Fixup: ep_address_to_str -> address_to_str
Dario Lombardo
2014-06-18
1
-4
/
+4
*
Fixup: tvb_* -> tvb_captured
Dario Lombardo
2014-06-18
1
-4
/
+4
*
Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
Dario Lombardo
2014-06-18
1
-1
/
+1
*
Add handling of TEXT and HTML types.
Jaap Keuter
2014-05-07
1
-0
/
+78
*
Fix Dereference of null pointer found by Clang analyzer
Alexis La Goutte
2014-04-28
1
-0
/
+3
*
Partly revert fdeed480bf89a1f43f7b3d4be67fa0e4333f7120
Pascal Quantin
2014-04-06
1
-3
/
+7
*
Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...
Michael Mann
2014-04-06
1
-7
/
+3
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
no need for if (tree)
Martin Kaiser
2014-01-08
1
-14
/
+9
*
Fix [-Wmissing-prototypes]
Jakub Zawadzki
2013-12-15
1
-0
/
+3
*
Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...
Michael Mann
2013-11-23
1
-4
/
+4
*
Add missing includes in order to remove exceptions.h from proto.h (next commit).
Jakub Zawadzki
2013-11-10
1
-0
/
+1
*
whitespace fixes; mostly: remove trailing blanks
Bill Meier
2013-10-13
1
-4
/
+4
*
emem -> wmem conversion:
Pascal Quantin
2013-09-22
1
-1
/
+1
*
More wmem conversion (leaving uat related functions aside)
Pascal Quantin
2013-09-15
1
-10
/
+10
*
expert_add_info_format_text -> expert_add_info_format
Michael Mann
2013-09-09
1
-3
/
+3
*
Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...
Jakub Zawadzki
2013-07-17
1
-1
/
+1
*
Rewrite reassemble API to use TVBs instead of raw data.
Jakub Zawadzki
2013-07-14
1
-1
/
+1
*
Fix display filter errors caught by checkfiltername.pl
Michael Mann
2013-07-06
1
-3
/
+3
*
Consistently maintain the callState member of an iax2_info_t structure
Guy Harris
2013-07-01
1
-2
/
+46
*
Batch of filterable expert infos.
Michael Mann
2013-06-30
1
-4
/
+18
*
Remove check_col() and the occasional tree.
Michael Mann
2013-06-14
1
-23
/
+12
*
Add the posibillity to use a key for per-packet-data.
Anders Broman
2013-05-12
1
-4
/
+4
*
Don't wire into the reassembly code the notion that reassemblies should
Guy Harris
2013-03-22
1
-7
/
+7
*
From beroset:
Anders Broman
2013-03-18
1
-11
/
+11
*
replace g_warning with expert_add_info_format()
Michael Mann
2013-01-11
1
-24
/
+22
*
Introduce, and start using, TVB_SET_ADDRESS() and TVB_SET_ADDRESS_HF(). They
Jeff Morriss
2012-12-02
1
-1
/
+1
*
Uh, it's BASE_EXT_STRING, not BASE_RANGE_STRING.
Bill Meier
2012-11-27
1
-1
/
+1
*
Fix several [-Wshadow] warnings;
Bill Meier
2012-11-26
1
-875
/
+979
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
[next]